debug
This commit is contained in:
parent
8eb1ab3a2d
commit
7d066425d6
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#! /bin/bash
|
||||
echo "Pull Request: $TRAVIS_PULL_REQUEST"
|
||||
echo "Branch: $TRAVIS_BRANCH"
|
||||
if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then
|
||||
if [[ $TRAVIS_BRANCH == "master" ]]; then
|
||||
bundle exec nanoc --env=prod deploy public
|
||||
|
|
Loading…
Reference in a new issue