Skip to content

Commit

Permalink
Echo netlify DEPLOY_MSG to gain more insight into failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jan 10, 2019
1 parent 4bc3f26 commit 9a86c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ before_install:
- npm install netlify-cli -g
- export COMMIT_MSG=$(git log -1 --format='%h %<(50,trunc)%s')
- export DEPLOY_MSG=${COMMIT_MSG//[\'\"]/}
- echo $DEPLOY_MSG

env:
- NETLIFY_SITE_ID=4e9fea2e-d99c-484e-be1a-9d8605393f4e
Expand Down

0 comments on commit 9a86c12

Please sign in to comment.