瀏覽代碼

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

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


Loading…
取消
儲存