Skip to content

Commit

Permalink
exit code correction
Browse files Browse the repository at this point in the history
  • Loading branch information
henrjk committed Sep 8, 2023
1 parent 94a13f8 commit 830c3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/scripts/cache-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fi

if [ "$cache_build" != "true" ]; then
echo "Build skipping is not enabled. Continuing with a regular build (cache_build==$cache_build)"
exit 1
exit 0
fi

# note leads to undefined variable if extra_inputs_str is empty on ancient bash
Expand Down

0 comments on commit 830c3d6

Please sign in to comment.