File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
cp -R src/scripts/* /operator/
46
46
cp operator/target/weblogic-kubernetes-operator-0.2.jar /operator/weblogic-kubernetes-operator.jar
47
47
cp operator/target/lib/*.jar /operator/lib/
48
- export IMAGE_TAG_OPERATOR="${WERCKER_GIT_BRANCH//[_\/]/-}"
48
+ export IMAGE_TAG_OPERATOR="${IMAGE_TAG_OPERATOR:-${ WERCKER_GIT_BRANCH//[_\/]/-} }"
49
49
if [ "$IMAGE_TAG_OPERATOR" = "master" ]; then
50
50
export IMAGE_TAG_OPERATOR="latest"
51
51
fi
@@ -57,10 +57,10 @@ build:
57
57
# push the image to quay.io using the GIT branch as the tag
58
58
# this image needs to be available to the integration-test pipeline for testing
59
59
- internal/docker-push :
60
- username : $QUAY_USERNAME
61
- password : $QUAY_PASSWORD
62
- email : $QUAY_EMAIL
63
- repository : quay.io/markxnelson/weblogic-kubernetes-operator
60
+ username : $REPO_USERNAME
61
+ password : $REPO_PASSWORD
62
+ email : $REPO_EMAIL
63
+ repository : $REPO_LOCATION
64
64
tag : $IMAGE_TAG_OPERATOR
65
65
working-dir : " /operator"
66
66
cmd : " operator.sh"
You can’t perform that action at this time.
0 commit comments