Skip to content

Commit 44c5ef7

Browse files
committed
Update .gitlab-ci.yml
1 parent d2a9cbe commit 44c5ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-operator:
1313
- docker rmi "$IMAGE" && docker system prune -f
1414
- make operator-yaml IMG=$newimage
1515
- 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
16+
- curl -s --netrc-file $HOME/.netrc_gitlab $ARTIFACTORY_REPO/$CI_COMMIT_BRANCH/$OP_YAML -T ./$OP_YAML
1717
only:
1818
variables:
1919
- $CI_COMMIT_MESSAGE =~ /\#run-pipeline/

0 commit comments

Comments
 (0)