Skip to content

Commit 9d7f864

Browse files
committed
Merge pull request #294 from arschles/pull-policy-fix
fix(pkg/git/git.go): fix blank image pull policy
2 parents 8ede6fd + 96daf2c commit 9d7f864

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/git/git.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ REPOSITORY="$RECEIVE_REPO" \
3838
USERNAME="$RECEIVE_USER" \
3939
FINGERPRINT="$RECEIVE_FINGERPRINT" \
4040
POD_NAMESPACE="$POD_NAMESPACE" \
41-
SLUG_BUILDER_IMAGE_PULL_POLICY="$SLUG_BUILDER_IMAGE_PULL_POLICY" \
42-
DOCKER_BUILDER_IMAGE_PULL_POLICY="$DOCKER_BUILDER_IMAGE_PULL_POLICY" \
4341
boot git-receive | strip_remote_prefix
4442
`
4543

0 commit comments

Comments
 (0)