Skip to content

Commit 25f33ca

Browse files
committed
Typo
1 parent ad75293 commit 25f33ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wercker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ build:
4545
cp target/weblogic-kubernetes-operator-0.1.0-alpha-SNAPSHOT.jar /operator/weblogic-kubernetes-operator.jar
4646
export IMAGE_TAG_OPERATOR="${WERCKER_GIT_BRANCH//[_/]/-}"
4747
if [ "$IMAGE_TAG_OPERATOR" = "master" ]; then
48-
export IMAGE_TAG_OPERATOR = "latest"
48+
export IMAGE_TAG_OPERATOR="latest"
4949
fi
5050
- script:
5151
name: Remove things we do not want in the Docker image in order to reduce size of image
@@ -148,7 +148,7 @@ integration-test:
148148
export IMAGE_NAME_OPERATOR="quay.io/markxnelson/weblogic-kubernetes-operator"
149149
export IMAGE_TAG_OPERATOR="${WERCKER_GIT_BRANCH//[_/]/-}"
150150
if [ "$IMAGE_TAG_OPERATOR" = "master" ]; then
151-
export IMAGE_TAG_OPERATOR = "latest"
151+
export IMAGE_TAG_OPERATOR="latest"
152152
fi
153153
export IMAGE_PULL_POLICY_OPERATOR="IfNotPresent"
154154
export IMAGE_PULL_SECRET_OPERATOR="quay-io"

0 commit comments

Comments
 (0)