Skip to content

Commit

Permalink
Update deploy.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
luongthanhlam committed Dec 18, 2018
1 parent 39d7ca5 commit 57a702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.bash
Expand Up @@ -4,7 +4,7 @@ if [[ $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]; then
echo "Release tag: $TRAVIS_TAG detected"
else
echo "Release tag not found ($TRAVIS_TAG), do not deploy"
# exit 0
exit 0
fi

echo "Check OSC ENV ---------------------------------------------------------------------------------------------------"
Expand Down

0 comments on commit 57a702b

Please sign in to comment.