mirror of
https://github.com/thegeeklab/wp-git-clone.git
synced 2024-11-24 23:10:40 +00:00
[skip ci] auto-update documentation
This commit is contained in:
parent
835ea9f8c6
commit
5054fbae1d
@ -56,7 +56,6 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-git-clone .
|
|||||||
```Shell
|
```Shell
|
||||||
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_COMMIT_SHA=b3cbd5bbd7e81436d2eee04537ea2b4c0cad4cdf \
|
-e CI_COMMIT_SHA=b3cbd5bbd7e81436d2eee04537ea2b4c0cad4cdf \
|
||||||
-e CI_COMMIT_REF=refs/heads/test \
|
-e CI_COMMIT_REF=refs/heads/test \
|
||||||
-e CI_WORKSPACE=/tmp/wp_git_testrepo \
|
-e CI_WORKSPACE=/tmp/wp_git_testrepo \
|
||||||
|
@ -5,23 +5,6 @@ properties:
|
|||||||
Change branch name.
|
Change branch name.
|
||||||
defaultvalue: "main"
|
defaultvalue: "main"
|
||||||
|
|
||||||
- name: ci_netrc_machine
|
|
||||||
description: |
|
|
||||||
Netrc machine.
|
|
||||||
|
|
||||||
- name: ci_netrc_password
|
|
||||||
description: |
|
|
||||||
Netrc password.
|
|
||||||
|
|
||||||
- name: ci_netrc_username
|
|
||||||
description: |
|
|
||||||
Metrc username.
|
|
||||||
|
|
||||||
- name: ci_pipeline_event
|
|
||||||
description: |
|
|
||||||
Pipeline event.
|
|
||||||
defaultvalue: "push"
|
|
||||||
|
|
||||||
- name: commit_ref
|
- name: commit_ref
|
||||||
description: |
|
description: |
|
||||||
Git commit ref.
|
Git commit ref.
|
||||||
@ -90,8 +73,8 @@ properties:
|
|||||||
|
|
||||||
- name: tags
|
- name: tags
|
||||||
description: |
|
description: |
|
||||||
Clone tags, if not explicitly set and event is tag its default is `true` else `false`.
|
Fetch git tags during clone.
|
||||||
defaultvalue: false
|
defaultvalue: true
|
||||||
|
|
||||||
- name: use_ssh
|
- name: use_ssh
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user