Skip to content

Commit

Permalink
stop building climate hub (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leah Wasser committed Nov 9, 2020
1 parent c82bb9f commit b9f24ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ script:
- |
# Build earth-analytics-hub image
python ./deploy.py --no-setup --build ea-hub
- |
# Build climate workshop image
python ./deploy.py --no-setup --build climate-hub
# - |
# # Build climate workshop image
# python ./deploy.py --no-setup --build climate-hub
- |
# Build documentation
pushd docs && make html && popd
Expand Down Expand Up @@ -76,10 +76,10 @@ before_deploy:
# Stage 3, Step 2: Build & push image, then deploy earth-analytics-hub
python ./deploy.py --build --push ea-hub
python ./deploy.py --deploy ea-hub
- |
# Stage 3, Step 3: Build & push image, then deploy climate-hub
python ./deploy.py --build --push climate-hub
python ./deploy.py --deploy climate-hub
# - |
# # Stage 3, Step 3: Build & push image, then deploy climate-hub
# python ./deploy.py --build --push climate-hub
# python ./deploy.py --deploy climate-hub
- |
# Stage 3, Step 4: Deploy monitoring of the hubs
python ./deploy.py --deploy monitoring
Expand Down

0 comments on commit b9f24ad

Please sign in to comment.