Merge pull request #296 from sommersoft/fix_travis_aws
Restructure Travis Artifact Paths To Address S3 Errors
This commit is contained in:
commit
2e1da482d0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue