Skip to content

Commit

Permalink
Merge pull request #91 from betatim/undeploy-bootcamp-hub
Browse files Browse the repository at this point in the history
Temporarily undeploy the bootcamp-hub
  • Loading branch information
betatim committed Aug 3, 2018
2 parents 4842405 + b46c035 commit 9666c02
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ script:
python ./deploy.py --no-setup --build earthhub
- |
# Build bootcamp-hub
python ./deploy.py --no-setup --build bootcamp-hub
#python ./deploy.py --no-setup --build bootcamp-hub
- |
# Build documentation
pushd docs
make html
popd
pushd docs && make html && popd
# We are using before_deploy instead of script or deploy
# since before_deploy gives us nice, folded log views,
Expand Down Expand Up @@ -69,8 +67,8 @@ before_deploy:
# Stage 3, Step 2: Deploy the earthhub
python ./deploy.py --build --push --deploy earthhub
- |
# Stage 3, Step 3: Deploy the earthhub
python ./deploy.py --build --push --deploy bootcamp-hub
# Stage 3, Step 3: Deploy the bootcamp-hub
#python ./deploy.py --build --push --deploy bootcamp-hub
- |
# Stage 3, Step 4: Deploy monitoring of the hubs
python ./deploy.py --deploy monitoring
Expand Down

0 comments on commit 9666c02

Please sign in to comment.