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 45
45
cp target/weblogic-kubernetes-operator-0.1.0-alpha-SNAPSHOT.jar /operator/weblogic-kubernetes-operator.jar
46
46
export IMAGE_TAG_OPERATOR="${WERCKER_GIT_BRANCH//[_/]/-}"
47
47
if [ "$IMAGE_TAG_OPERATOR" = "master" ]; then
48
- export IMAGE_TAG_OPERATOR = "latest"
48
+ export IMAGE_TAG_OPERATOR= "latest"
49
49
fi
50
50
- script :
51
51
name : Remove things we do not want in the Docker image in order to reduce size of image
@@ -148,7 +148,7 @@ integration-test:
148
148
export IMAGE_NAME_OPERATOR="quay.io/markxnelson/weblogic-kubernetes-operator"
149
149
export IMAGE_TAG_OPERATOR="${WERCKER_GIT_BRANCH//[_/]/-}"
150
150
if [ "$IMAGE_TAG_OPERATOR" = "master" ]; then
151
- export IMAGE_TAG_OPERATOR = "latest"
151
+ export IMAGE_TAG_OPERATOR= "latest"
152
152
fi
153
153
export IMAGE_PULL_POLICY_OPERATOR="IfNotPresent"
154
154
export IMAGE_PULL_SECRET_OPERATOR="quay-io"
You can’t perform that action at this time.
0 commit comments