mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Set conditional deployment branch to master
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -o errexit -o nounset
|
set -o errexit -o nounset
|
||||||
|
|
||||||
if [ "$TRAVIS_BRANCH" != "feature/markdown-tables-to-json" ]
|
if [ "$TRAVIS_BRANCH" != "master" ]
|
||||||
then
|
then
|
||||||
echo "This commit was made against $TRAVIS_BRANCH and not master! No deploy!"
|
echo "This commit was made against $TRAVIS_BRANCH and not master! No deploy!"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user