Compare commits
No commits in common. "641fab818e954b6dd51baacb72b85b6a537950b6" and "5fdfd1637b12ca888cf09743d85a003c87475a7a" have entirely different histories.
641fab818e
...
5fdfd1637b
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
job:
|
job:
|
||||||
script:
|
script:
|
||||||
- sh ${CD} ${CD_SSH_HOSTS}
|
- source ${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