Compare commits
No commits in common. "ea2247d3f9e8f67fe5724ee9cdd29e0349a0f20d" and "3211cbea65119007ad22c254320a62d0f9b0b8d4" have entirely different histories.
ea2247d3f9
...
3211cbea65
2 changed files with 0 additions and 15 deletions
|
@ -4,7 +4,6 @@ jobs:
|
|||
container:
|
||||
image: debian:bookworm
|
||||
steps:
|
||||
- run: pwd && ls -a -l
|
||||
- name: cd
|
||||
env:
|
||||
CD: ${{secrets.cd}}
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
image: debian:bookworm
|
||||
|
||||
job:
|
||||
variables:
|
||||
CD_OS_NAME: debian
|
||||
CD_OS_VERSION: bookworm
|
||||
script:
|
||||
- pwd && ls -a -l
|
||||
- source ${CD}
|
||||
- cd-list-environment
|
||||
- cd-clone-branch
|
||||
- cd-browse-workspace
|
||||
- cd-build-project
|
||||
- cd-synchronize out
|
Loading…
Reference in a new issue