Fix invalid syntax for script.
This commit is contained in:
parent
761b6902b8
commit
53bb786f28
1 changed files with 1 additions and 1 deletions
2
src/out
2
src/out
|
@ -7,7 +7,7 @@ set -eu
|
||||||
|
|
||||||
image_repository="$(jq -r .params.image < "$INPUT_FILE")"
|
image_repository="$(jq -r .params.image < "$INPUT_FILE")"
|
||||||
if [ -z "$image_repository" ]; then
|
if [ -z "$image_repository" ]; then
|
||||||
fail "must specify param `image'"
|
fail "must specify param 'image'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
image_refs_file="$(mktemp -t)"
|
image_refs_file="$(mktemp -t)"
|
||||||
|
|
Reference in a new issue