Compare commits
4 commits
5fdfd1637b
...
641fab818e
Author | SHA1 | Date | |
---|---|---|---|
641fab818e | |||
f9c72ac4ad | |||
d2b38bfd23 | |||
c996993a13 |
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
job:
|
job:
|
||||||
script:
|
script:
|
||||||
- source ${CD} ${CD_SSH_HOSTS}
|
- sh ${CD} ${CD_SSH_HOSTS}
|
||||||
|
|
||||||
- cd-list-environment
|
- cd-list-environment
|
||||||
- cd-clone-branch
|
- cd-clone-branch
|
||||||
|
|
2
cd.sh
2
cd.sh
|
@ -720,4 +720,4 @@ CD_PM_PACMAN="pacman"
|
||||||
CD_SPLIT="─╌╌┄┄┈┈"
|
CD_SPLIT="─╌╌┄┄┈┈"
|
||||||
|
|
||||||
# run
|
# run
|
||||||
cd_main
|
cd_main "${@}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue