Sfoglia il codice sorgente

Remove branch logic from deploy script

the branch logic lives in main.sh, so no need to check again
pull/576/head
Dave Machado 6 anni fa
parent
commit
367de578e6
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 948D4778D01A7B3F
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. +0
    -6
      build/deploy.sh

+ 0
- 6
build/deploy.sh Vedi File

@@ -2,12 +2,6 @@

set -o errexit -o nounset

if [ "$TRAVIS_BRANCH" != "master" ]
then
echo "This commit was made against $TRAVIS_BRANCH and not master! No deploy!"
exit 0
fi

rev=$(git rev-parse --short HEAD)

mkdir deploy


Caricamento…
Annulla
Salva