Quellcode durchsuchen

Set conditional deployment branch to master

pull/362/head
Dave Machado vor 7 Jahren
Ursprung
Commit
6747d5b250
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      build/deploy.sh

+ 1
- 1
build/deploy.sh Datei anzeigen

@@ -2,7 +2,7 @@

set -o errexit -o nounset

if [ "$TRAVIS_BRANCH" != "feature/markdown-tables-to-json" ]
if [ "$TRAVIS_BRANCH" != "master" ]
then
echo "This commit was made against $TRAVIS_BRANCH and not master! No deploy!"
exit 0


Laden…
Abbrechen
Speichern