Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
completer committed Jun 13, 2017
1 parent 3e796d8 commit 19c4a92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ build:
- npm run build:prod # todo: run tests too
- pip install --upgrade botocore # workaround https://github.com/Shippable/support/issues/3304
- pip install setuptools==34.0.1
- find .node_modules/uglify-js -print -exec touch {} \; # workaround https://github.com/mishoo/UglifyJS2/issues/2054
- find ./node_modules/* -mtime +10950 -exec touch {} \;
- find ./node_modules/* -mtime +10950 -exec touch {} \; # workaround https://github.com/mishoo/UglifyJS2/issues/2054
post_ci:
- if [ "$BRANCH" == "master" ]; then EBENV="live"; else EBENV=$BRANCH; fi

Expand Down

0 comments on commit 19c4a92

Please sign in to comment.