изменение сi-cd 9

This commit is contained in:
Kayashov.SM
2025-04-25 01:22:58 +04:00
parent 720f9484a8
commit 6af770bb7f

View File

@@ -12,7 +12,7 @@ stages:
stop-job:
stage: stop-old
only:
- back_release
- master
script:
- echo "Stop old container..."
- docker stop my-bar
@@ -38,7 +38,7 @@ docker-build:
- docker push gitlab.kayashov.keenetic.pro/kayashov/my-bar
build-job:
stage: build
stage: docker
script:
- echo "Compiling the code..."
- docker stop my-bar