This commit is contained in:
Бурденко Алексей
2025-08-14 09:21:51 +03:00
parent 2e923d3abb
commit 3e14bf2b54
5 changed files with 35 additions and 42 deletions
+2 -7
View File
@@ -4,12 +4,7 @@ deploy-test-stand:
variables:
stand: cloud-stand.vega-dev.cloud.vimpelcom.ru
rules:
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH && $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- if: $CI_PIPELINE_SOURCE == "push"
when: manual
- !reference [.build-npm-rules, rules]
before_script:
- |
sed -i s%https://dl-cdn.alpinelinux.org/%http://rhrepo.vimpelcom.ru/ext/ya/mirrors/% /etc/apk/repositories && \
@@ -37,5 +32,5 @@ deploy-test-stand:
~/deploy.sh ${IMAGE_NAME} &&
rm -f ~/deploy.sh"
needs:
- job: build-image-npm
- job: build-image
optional: true
+1 -1
View File
@@ -69,5 +69,5 @@
rm -f ~/deploy.sh"
done
needs:
- job: build-image-npm
- job: build-image
optional: true