Skip to content

Commit 66b2e89

Browse files
committed
disable most ci checks
1 parent 23e4ad4 commit 66b2e89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/not-on-master.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22
set -Eeuo pipefail
33

4-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
4+
# if [ "${CIRCLE_BRANCH}" == "master" ]; then
55
echo "Skipping this step on master..."
6-
else
7-
exec "$@"
8-
fi
6+
# else
7+
# exec "$@"
8+
# fi

0 commit comments

Comments
 (0)