Skip to content

Commit

Permalink
Expanding ebextensions check in travis-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cllunsford committed Apr 3, 2018
1 parent c70a2bd commit 1ff72f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ node_js:

script:
- npm run build
- [ -d ".ebextensions-$TRAVIS_BRANCH" ] && cp -r .ebextensions-$TRAVIS_BRANCH build/.ebextensions
- if [ -d ".ebextensions-$TRAVIS_BRANCH" ]; then cp -r .ebextensions-$TRAVIS_BRANCH build/.ebextensions; fi
- cd build; zip -r ../build.zip ./; cd -

deploy:
Expand Down

0 comments on commit 1ff72f6

Please sign in to comment.