This commit is contained in:
msnie
2024-02-03 11:58:42 +01:00
parent 17ca1c805f
commit 5b0b5f548c
706 changed files with 135245 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# docker-compose up --build
image: tiangolo/docker-with-compose
stages:
- build
- test
build-job:
stage: build
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
test-job1:
stage: test
script:
- echo "This job tests something"
- docker stack ls
- docker ps
- docker stack deploy -c docker-compose.yml tester