workflows/gitlab
This commit is contained in:
parent
2e3f12e2ba
commit
f14131226c
1 changed files with 7 additions and 7 deletions
|
@ -2,11 +2,11 @@ image: debian:bookworm
|
|||
job:
|
||||
script:
|
||||
- >
|
||||
sh ${CD}
|
||||
${CD_SSH_KEY}
|
||||
${CD_SSH_HOSTS}
|
||||
sh ${CIDD}
|
||||
${CIDD_SSH_KEY}
|
||||
${CIDD_SSH_HOSTS}
|
||||
|
||||
- cd-list-environment
|
||||
- cd-clone-branch
|
||||
- cd-build-project
|
||||
- cd-browse-workspace
|
||||
- cidd-list-environment
|
||||
- cidd-clone-branch
|
||||
- cidd-build-project
|
||||
- cidd-browse-workspace
|
||||
|
|
Loading…
Reference in a new issue