소스 검색

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 년 전
부모
커밋
367de578e6
No known key found for this signature in database GPG 키 ID: 948D4778D01A7B3F
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      build/deploy.sh

+ 0
- 6
build/deploy.sh 파일 보기

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


불러오는 중...
취소
저장