Skip to content

Commit af862bd

Browse files
leodidodalehamel
andcommitted
chore(build/scripts): remove doublequotes
Signed-off-by: Leonardo Di Donato <[email protected]> Co-authored-by: Dale Hamel <[email protected]>
1 parent aeebd8a commit af862bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/scripts/ci-release-image.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ fi
2323

2424
if [[ -n "$QUAY_TOKEN" ]]; then
2525
$docker login -u="${GIT_ORG}+${QUAY_BOT_USER}" -p="$QUAY_TOKEN" quay.io
26-
$make "$makeopts" image/push
26+
$make $makeopts image/push
2727

2828
if [[ "${git_base_ref}" = "master" ]]; then
29-
$make "$makeopts" image/latest
29+
$make $makeopts image/latest
3030
fi
3131
fi

0 commit comments

Comments
 (0)