Skip to content

Commit

Permalink
temporarily disable most CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto committed May 3, 2023
1 parent a214ab5 commit da694d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/not-on-master.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -Eeuo pipefail

if [ "${CIRCLE_BRANCH}" == "master" ]; then
# if [ "${CIRCLE_BRANCH}" == "master" ]; then
echo "Skipping this step on master..."
else
exec "$@"
fi
# else
# exec "$@"
# fi

0 comments on commit da694d8

Please sign in to comment.