This commit is contained in:
parent
6f43db433d
commit
4e0c792380
1 changed files with 10 additions and 0 deletions
|
@ -29,3 +29,13 @@ steps:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
repo: git.verdigado.com/${CI_REPO,,}
|
repo: git.verdigado.com/${CI_REPO,,}
|
||||||
tag: ${CI_COMMIT_BRANCH}
|
tag: ${CI_COMMIT_BRANCH}
|
||||||
|
|
||||||
|
clone-salt:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
remote: https://git.verdigado.com/verdigado-Privileged/Salt.git
|
||||||
|
|
||||||
|
test:
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- ls -la
|
||||||
|
|
Loading…
Reference in a new issue