Skip to content

Commit c09a99c

Browse files
committed
fail action if the build fails
1 parent 7841d84 commit c09a99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
echo "Building"
33
export CONVOX_RACK=$INPUT_RACK
44
release=$(convox build --app $INPUT_APP --id)
5-
if [ -z "$RELEASE" ]
5+
if [ -z "$release" ]
66
then
77
echo "Build failed"
88
exit 1

0 commit comments

Comments
 (0)