Skip to content

Commit

Permalink
Stop staging hub deployment (#282)
Browse files Browse the repository at this point in the history
* add zip to image

* fix staging hub image

* turn off staging hub for now
  • Loading branch information
Leah Wasser committed Aug 31, 2020
1 parent 7f950e9 commit 84d530a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ install:
# pip install -U pyyaml pytest requests sphinx sphinx-autobuild
pip install -r dev-requirements.txt
script:
- |
# Build staginghub image
python ./deploy.py --no-setup --build staginghub
#- |
# # Build staginghub image
# python ./deploy.py --no-setup --build staginghub
- |
# Build earth-analytics-hub image
python ./deploy.py --no-setup --build ea-hub
Expand Down Expand Up @@ -68,10 +68,10 @@ before_deploy:
helm init --client-only
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart
helm repo update
- |
#- |
# Stage 3, Step 1: Build & push image, then deploy staginghub
python ./deploy.py --build --push staginghub
python ./deploy.py --deploy staginghub
# python ./deploy.py --build --push staginghub
# python ./deploy.py --deploy staginghub
#- |
# # Stage 3, Step 2: Build & push image, then deploy edsc-hub
# python ./deploy.py --build --push edsc-hub
Expand Down
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def main():
argparser.add_argument(
'chartname',
help="Select which chart to deploy",
choices=['staginghub', 'ea-hub', 'edsc-hub', 'nbgrader-hub', 'monitoring']
choices=['staginghub', 'ea-hub', 'nbgrader-hub', 'monitoring']
)

args = argparser.parse_args()
Expand Down

0 comments on commit 84d530a

Please sign in to comment.