spcd/.gitlab-ci.yml

15 lines
252 B
YAML
Raw Normal View History

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