Skip to content

Commit 0f50096

Browse files
committed
ci: fix PR detection
1 parent 8be89b4 commit 0f50096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if [ -z "$CIRCLE_PULL_REQUEST" ]
1+
if [ -z "$CI_PULL_REQUEST" ]
22
then
33
npm run unit
44
# start sauce connect

0 commit comments

Comments
 (0)