diff options
| author | Tobias Bosch | 2013-12-13 20:02:15 -0800 | 
|---|---|---|
| committer | Tobias Bosch | 2013-12-13 21:49:05 -0800 | 
| commit | 9a4c9e6487e0f51275a7820d0c162aceeadbf561 (patch) | |
| tree | efce73ed82268c92c4b3bfa03c9ed1c44d053b6b /jenkins_build.sh | |
| parent | 11fff8fa0d370e2f20284510ad0e52cdf3bcb2a3 (diff) | |
| download | angular.js-9a4c9e6487e0f51275a7820d0c162aceeadbf561.tar.bz2 | |
chore(build): correct and refactor release script
Diffstat (limited to 'jenkins_build.sh')
| -rwxr-xr-x | jenkins_build.sh | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/jenkins_build.sh b/jenkins_build.sh index fd0f424d..68013721 100755 --- a/jenkins_build.sh +++ b/jenkins_build.sh @@ -1,9 +1,12 @@  #!/bin/bash +echo "#################################" +echo "####  Jenkins Build  ############" +echo "#################################" +  # Enable tracing and exit on first failure  set -xe -  # Define reasonable set of browsers in case we are running manually from commandline  if [[ -z "$BROWSERS" ]]  then | 
