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

This commit is contained in:
Kayashov.SM
2025-04-25 11:42:05 +04:00
parent ae36992a51
commit c7252cdb02
4 changed files with 18 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ stages:
stop-job:
stage: stop-old
only:
- master
- back_release
script:
- echo "Stop old container..."
- docker stop my-bar
@@ -24,7 +24,7 @@ maven-build:
stage: build app
script: "mvn -am clean package"
only:
- back_release
- master
artifacts:
paths:
- target/*.jar