File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
password : $QUAY_PASSWORD
56
56
email : $QUAY_EMAIL
57
57
repository : quay.io/markxnelson/weblogic-kubernetes-operator
58
- tag : $WERCKER_GIT_BRANCH
58
+ tag : ${ WERCKER_GIT_BRANCH//[_/]/-}
59
59
working-dir : " /operator"
60
60
cmd : " operator.sh"
61
61
env : " PATH=$PATH:/operator"
@@ -142,7 +142,7 @@ integration-test:
142
142
kubectl create secret docker-registry quay-io -n weblogic-operator-2 --docker-server=quay.io --docker-username=$QUAY_USERNAME --docker-password=$QUAY_PASSWORD --docker-email=$QUAY_EMAIL
143
143
144
144
export IMAGE_NAME_OPERATOR="quay.io/markxnelson/weblogic-kubernetes-operator"
145
- export IMAGE_TAG_OPERATOR="$WERCKER_GIT_BRANCH"
145
+ export IMAGE_TAG_OPERATOR="${ WERCKER_GIT_BRANCH//[_/]/-} "
146
146
export IMAGE_PULL_POLICY_OPERATOR="IfNotPresent"
147
147
export IMAGE_PULL_SECRET_OPERATOR="quay-io"
148
148
export IMAGE_PULL_SECRET_WEBLOGIC="docker-store"
You can’t perform that action at this time.
0 commit comments