Skip to content

Commit

Permalink
Merge pull request #187 from kcranston/update-staging
Browse files Browse the repository at this point in the history
update earthlab python image in staging hub to match eahub
  • Loading branch information
Leah Wasser committed Sep 12, 2019
2 parents d7f564c + a6a8c47 commit 4cb376f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ install:
# Stage 1: Install pytest + test dependencies
pip install -U pyyaml pytest requests sphinx sphinx-autobuild
script:
#- |
- |
# Build staginghub
#python ./deploy.py --no-setup --build staginghub
python ./deploy.py --no-setup --build staginghub
- |
# Build earth-analytics-hub
python ./deploy.py --no-setup --build ea-hub
Expand Down
2 changes: 1 addition & 1 deletion user-images/staginghub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM earthlab/earth-analytics-python-env:d58264a
FROM earthlab/earth-analytics-python-env:ed6ee91

# Install nbgrader server extensions - we only want the students to see the
# validate extension, but you can't just install one. You need to install
Expand Down

0 comments on commit 4cb376f

Please sign in to comment.