Compare commits

..

7 commits

Author SHA1 Message Date
ea2247d3f9
pwd,ls
Some checks failed
/ job (push) Failing after 1m9s
2024-04-28 21:56:27 +02:00
141cba1fdb
gitlab/steps 2024-04-28 21:53:01 +02:00
d1aff38189
gitlab/source 2024-04-28 21:28:43 +02:00
0e5f5b5f5d
gitlab/os 2024-04-28 21:25:42 +02:00
7f82ad84fc
gitlab/quotes 2024-04-28 21:19:42 +02:00
764cda2ac5
gitlab/eval 2024-04-28 21:17:29 +02:00
d7da843781
gitlab-ci 2024-04-28 20:47:38 +02:00
2 changed files with 15 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}}

14
.gitlab-ci.yml Normal file
View 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