Skip to content

Commit 7cca36a

Browse files
committed
Updates to the circleci config v3
1 parent f0b7117 commit 7cca36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ aliases:
3737
if [[ $PACKAGE_VERSION =~ "alpha" ]];
3838
then
3939
echo true
40-
circleci step halt
4140
else
4241
echo false
42+
circleci step halt
4343
fi;
4444
4545
- &restore-build-flag

0 commit comments

Comments
 (0)