We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a9cbe commit 44c5ef7Copy full SHA for 44c5ef7
.gitlab-ci.yml
@@ -13,7 +13,7 @@ build-operator:
13
- docker rmi "$IMAGE" && docker system prune -f
14
- make operator-yaml IMG=$newimage
15
- if [ "$CI_COMMIT_BRANCH" != "master" ]; then sed -i "s/\(replicas.\) 3/\1 1/g" ./$OP_YAML; fi
16
- - curl -s -n $ARTIFACTORY_REPO/$CI_COMMIT_BRANCH/$OP_YAML -T ./$OP_YAML
+ - curl -s --netrc-file $HOME/.netrc_gitlab $ARTIFACTORY_REPO/$CI_COMMIT_BRANCH/$OP_YAML -T ./$OP_YAML
17
only:
18
variables:
19
- $CI_COMMIT_MESSAGE =~ /\#run-pipeline/
0 commit comments