0
0
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:
thegeeklab-bot 2023-12-23 15:32:30 +00:00
parent 54227fe92f
commit 835ea9f8c6
2 changed files with 8 additions and 6 deletions

View File

@ -57,10 +57,10 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-git-clone .
docker run --rm \ docker run --rm \
-e CI_REPO_CLONE_URL=https://github.com/octocat/Hello-World.git \ -e CI_REPO_CLONE_URL=https://github.com/octocat/Hello-World.git \
-e CI_PIPELINE_EVENT=push \ -e CI_PIPELINE_EVENT=push \
-e CI_COMMIT_SHA=553c2077f0edc3d5dc5d17262f6aa498e69d6f8e \ -e CI_COMMIT_SHA=b3cbd5bbd7e81436d2eee04537ea2b4c0cad4cdf \
-e CI_COMMIT_REF=refs/heads/master \ -e CI_COMMIT_REF=refs/heads/test \
-e CI_WORKSPACE=/tmp/wp_git_testrepo \ -e CI_WORKSPACE=/tmp/wp_git_testrepo \
-v $(pwd):/build:z \ -v $(pwd):/build:z \
-w /build \ -w /build \
quay.io/thegeeklab/wp-git-clone thegeeklab/wp-git-clone
``` ```

View File

@ -36,10 +36,12 @@ properties:
Clone depth. Clone depth.
defaultvalue: 0 defaultvalue: 0
- name: insecure_ssl_verify - name: insecure_skip_ssl_verify
description: | description: |
Set SSL verification of the remote machine. Skip SSL verification of the remote machine. Activating this option is insecure
defaultvalue: false and should be avoided in most cases.
defaultvalue: true
type: bool
- name: lfs - name: lfs
description: | description: |