Merge pull request #293 from sommersoft/move_to_s3
Move libraries.json To AWS S3
This commit is contained in:
commit
fc090c08b4
2 changed files with 10 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -10,6 +10,14 @@ python: "3.6"
|
|||
install:
|
||||
- pip install -r adabot/requirements.txt
|
||||
|
||||
addons:
|
||||
artifacts:
|
||||
paths:
|
||||
- $HOME/web/libraries.json
|
||||
target_paths: /adabot
|
||||
debug: true
|
||||
|
||||
script:
|
||||
- mkdir -p web
|
||||
- cd adabot
|
||||
- python -u -m adabot.update_cp_org_libraries
|
||||
- python -u -m adabot.update_cp_org_libraries -o $HOME/web/libraries.json
|
||||
|
|
|
|||
2
adabot
2
adabot
|
|
@ -1 +1 @@
|
|||
Subproject commit fc4488a04ae3201e4d88a5174edeeba7ac132fee
|
||||
Subproject commit 9fb8d334aacb8b55274ce934930e463a844d0604
|
||||
Loading…
Reference in a new issue