Skip to content

Commit

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

Please sign in to comment.