소스 검색

Set conditional deployment branch to master

pull/362/head
Dave Machado 7 년 전
부모
커밋
6747d5b250
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      build/deploy.sh

+ 1
- 1
build/deploy.sh 파일 보기

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


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