Skip to content

Commit

Permalink
Fixup: revert temporary tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagnoux committed May 21, 2018
1 parent 7cd5a3e commit b99b907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/is-version-number-acceptable.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env bash

if [[ $CIRCLE_BRANCH == python3 ]]
if [[ $CIRCLE_BRANCH == master ]]
then
echo "No need for a version check on master."
exit 0
Expand Down

0 comments on commit b99b907

Please sign in to comment.