Merge pull request #296 from sommersoft/fix_travis_aws

Restructure Travis Artifact Paths To Address S3 Errors
This commit is contained in:
Kattni 2019-09-26 13:22:04 -04:00 committed by GitHub
commit 2e1da482d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@ install:
addons:
artifacts:
paths:
- $HOME/web/libraries.json
- $(ls web/* | tr "\n" ":")
target_paths: /adabot
debug: true
script:
- mkdir -p $HOME/web
- mkdir -p web
- cd adabot
- python -u -m adabot.update_cp_org_libraries -o $HOME/web/libraries.json
- python -u -m adabot.update_cp_org_libraries -o $TRAVIS_BUILD_DIR/web/libraries.json