This commit is contained in:
Бурденко Алексей
2025-08-14 09:25:13 +03:00
parent 3e14bf2b54
commit b6065c2fa4
+4 -1
View File
@@ -4,7 +4,10 @@ deploy-test-stand:
variables: variables:
stand: cloud-stand.vega-dev.cloud.vimpelcom.ru stand: cloud-stand.vega-dev.cloud.vimpelcom.ru
rules: rules:
- !reference [.build-npm-rules, rules] - if: $CI_COMMIT_BRANCH && $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- if: $CI_PIPELINE_SOURCE == "push"
when: manual
before_script: before_script:
- | - |
sed -i s%https://dl-cdn.alpinelinux.org/%http://rhrepo.vimpelcom.ru/ext/ya/mirrors/% /etc/apk/repositories && \ sed -i s%https://dl-cdn.alpinelinux.org/%http://rhrepo.vimpelcom.ru/ext/ya/mirrors/% /etc/apk/repositories && \