Skip to content

Commit

Permalink
Merge pull request #16 from shaneknapp/fix-deploy
Browse files Browse the repository at this point in the history
[DH-301] seeing if  is properly passed to the hubploy-replacement
  • Loading branch information
shaneknapp authored Jun 25, 2024
2 parents 21617d5 + b7dca3b commit a599f81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/hubploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ jobs:
run: |
sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc
df -h
- name: install tree
run: sudo apt-get install tree

- name: Checkout files in repo
uses: actions/checkout@v4
with:
repository: 'berkeley-dsep-infra/datahub'
sparse-checkout: |
hub/
deployments/$HUB
- name: install python + requirements
Expand All @@ -39,7 +42,8 @@ jobs:

- name: see if the correct dir has been checked out, and the requirements have been installed
run: |
ls -la deployments/$HUB
ls -la
tree
pip freeze
# Lets us monitor disks getting full as images get bigger over time
Expand Down

0 comments on commit a599f81

Please sign in to comment.