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