parent
141cba1fdb
commit
ea2247d3f9
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
|
- run: pwd && ls -a -l
|
||||||
- name: cd
|
- name: cd
|
||||||
env:
|
env:
|
||||||
CD: ${{secrets.cd}}
|
CD: ${{secrets.cd}}
|
||||||
|
|
|
@ -5,6 +5,7 @@ job:
|
||||||
CD_OS_NAME: debian
|
CD_OS_NAME: debian
|
||||||
CD_OS_VERSION: bookworm
|
CD_OS_VERSION: bookworm
|
||||||
script:
|
script:
|
||||||
|
- pwd && ls -a -l
|
||||||
- source ${CD}
|
- source ${CD}
|
||||||
- cd-list-environment
|
- cd-list-environment
|
||||||
- cd-clone-branch
|
- cd-clone-branch
|
||||||
|
|
Loading…
Reference in a new issue