Skip to content

Commit 706bf61

Browse files
authored
Merge pull request #124 from oracle/wercker-pull-policy
Use imagePullPoicy Always
2 parents 998e9b0 + da6d421 commit 706bf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ integration-test:
150150
if [ "$IMAGE_TAG_OPERATOR" = "master" ]; then
151151
export IMAGE_TAG_OPERATOR="latest"
152152
fi
153-
export IMAGE_PULL_POLICY_OPERATOR="IfNotPresent"
153+
export IMAGE_PULL_POLICY_OPERATOR="Always"
154154
export IMAGE_PULL_SECRET_OPERATOR="quay-io"
155155
export IMAGE_PULL_SECRET_WEBLOGIC="docker-store"
156156

0 commit comments

Comments
 (0)