Compare commits
7 commits
3211cbea65
...
ea2247d3f9
Author | SHA1 | Date | |
---|---|---|---|
ea2247d3f9 | |||
141cba1fdb | |||
d1aff38189 | |||
0e5f5b5f5d | |||
7f82ad84fc | |||
764cda2ac5 | |||
d7da843781 |
2 changed files with 15 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}}
|
||||||
|
|
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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