Skip to content

Commit

Permalink
Merge branch 'hotfix/travis-production-script'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalbela committed Feb 28, 2020
2 parents ae88738 + 19daca9 commit 84d5866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ deploy:
script: ./travis/prepare_production_deployment.sh
on:
tags: true
node: '12'
4 changes: 2 additions & 2 deletions travis/prepare_production_deployment.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -ev

Expand All @@ -14,4 +14,4 @@ then
$PROD_DEPLOYMENT_HOOK_URL
else
echo "[ERROR] Production deployment could not be prepared"
fi
fi

0 comments on commit 84d5866

Please sign in to comment.