Compare commits

..

4 commits

Author SHA1 Message Date
641fab818e
main/@
All checks were successful
/ job (push) Successful in 5m36s
2024-06-01 22:26:36 +02:00
f9c72ac4ad
sh 2024-06-01 22:12:07 +02:00
d2b38bfd23
quote 2024-06-01 21:58:02 +02:00
c996993a13
−source 2024-06-01 21:55:23 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
image: debian:bookworm
job:
script:
- source ${CD} ${CD_SSH_HOSTS}
- sh ${CD} ${CD_SSH_HOSTS}
- cd-list-environment
- cd-clone-branch

2
cd.sh
View file

@ -720,4 +720,4 @@ CD_PM_PACMAN="pacman"
CD_SPLIT="─╌╌┄┄┈┈"
# run
cd_main
cd_main "${@}"