Skip to content

Commit

Permalink
chore: update build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Envoy-VC committed Aug 11, 2024
1 parent b3821bf commit 6f22453
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/www/ignore-step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF"
if [[ "$VERCEL_GIT_COMMIT_REF" == "staging" || "$VERCEL_GIT_COMMIT_REF" == "main" ]] ; then
# Proceed with the build
echo "✅ - Build can proceed"
exit 1;

else
# Don't build
Expand Down

0 comments on commit 6f22453

Please sign in to comment.