mirror of
https://github.com/thegeeklab/wp-git-clone.git
synced 2024-11-14 19:30:40 +00:00
[skip ci] auto-update documentation
This commit is contained in:
parent
54227fe92f
commit
835ea9f8c6
@ -57,10 +57,10 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-git-clone .
|
||||
docker run --rm \
|
||||
-e CI_REPO_CLONE_URL=https://github.com/octocat/Hello-World.git \
|
||||
-e CI_PIPELINE_EVENT=push \
|
||||
-e CI_COMMIT_SHA=553c2077f0edc3d5dc5d17262f6aa498e69d6f8e \
|
||||
-e CI_COMMIT_REF=refs/heads/master \
|
||||
-e CI_COMMIT_SHA=b3cbd5bbd7e81436d2eee04537ea2b4c0cad4cdf \
|
||||
-e CI_COMMIT_REF=refs/heads/test \
|
||||
-e CI_WORKSPACE=/tmp/wp_git_testrepo \
|
||||
-v $(pwd):/build:z \
|
||||
-w /build \
|
||||
quay.io/thegeeklab/wp-git-clone
|
||||
thegeeklab/wp-git-clone
|
||||
```
|
||||
|
@ -36,10 +36,12 @@ properties:
|
||||
Clone depth.
|
||||
defaultvalue: 0
|
||||
|
||||
- name: insecure_ssl_verify
|
||||
- name: insecure_skip_ssl_verify
|
||||
description: |
|
||||
Set SSL verification of the remote machine.
|
||||
defaultvalue: false
|
||||
Skip SSL verification of the remote machine. Activating this option is insecure
|
||||
and should be avoided in most cases.
|
||||
defaultvalue: true
|
||||
type: bool
|
||||
|
||||
- name: lfs
|
||||
description: |
|
||||
|
Loading…
Reference in New Issue
Block a user