spcd/.gitlab-ci.yml

15 lines
252 B
YAML
Raw Normal View History

2024-04-28 20:47:38 +02:00
image: debian:bookworm
job:
2024-04-28 21:25:42 +02:00
variables:
CD_OS_NAME: debian
CD_OS_VERSION: bookworm
2024-04-28 20:47:38 +02:00
script:
2024-04-28 21:56:27 +02:00
- pwd && ls -a -l
2024-04-28 21:28:43 +02:00
- source ${CD}
2024-04-28 20:47:38 +02:00
- cd-list-environment
2024-04-28 21:53:01 +02:00
- cd-clone-branch
- cd-browse-workspace
- cd-build-project
- cd-synchronize out