pwd,ls
Some checks failed
/ job (push) Failing after 1m9s

This commit is contained in:
Marc Beninca 2024-04-28 21:56:27 +02:00
parent 141cba1fdb
commit ea2247d3f9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ jobs:
container:
image: debian:bookworm
steps:
- run: pwd && ls -a -l
- name: cd
env:
CD: ${{secrets.cd}}

View file

@ -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