Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
367de578e6
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 948D4778D01A7B3F
1 değiştirilmiş dosya ile 0 ekleme ve 6 silme
  1. +0
    -6
      build/deploy.sh

+ 0
- 6
build/deploy.sh Dosyayı Görüntüle

@@ -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


Yükleniyor…
İptal
Kaydet