Skip to content

Commit

Permalink
Revert "Revert "temporarily disable most CI checks""
Browse files Browse the repository at this point in the history
This reverts commit d69a7cf.
  • Loading branch information
philippotto committed Jun 27, 2023
1 parent 262bb5a commit f248587
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 f248587

Please sign in to comment.