Skip to content

Commit 4eef51a

Browse files
Merge pull request #69 from coreos-inc/fix_deploy_apostille
fix(ci): add in slash
2 parents 7fc4dc7 + 3c06e36 commit 4eef51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tasks/deploy_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ run:
2929
3030
helm upgrade -f ../../../quay-policies/tools/cloudconfig/static/helm-values/apostille.yaml \
3131
--set apostille_image=quay.io/quay/apostille:${GIT_SHA},signer_image=quay.io/quay/apostille-signer:${GIT_SHA} \
32-
--install
32+
--install \
3333
apostille .

0 commit comments

Comments
 (0)