Skip to content

Commit 4c37089

Browse files
committed
fix shell issue and update shebang
Signed-off-by: Carlos Panato <[email protected]>
1 parent c6521d5 commit 4c37089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
export KO_DOCKER_REPO="gcr.io/allstar-ossf"
44
cont=$(ko publish ./cmd/allstar)
5-
gcloud app deploy --image-url ${cont}
5+
gcloud app deploy --image-url "${cont}"

0 commit comments

Comments
 (0)