Skip to content

Commit

Permalink
Fix data sync
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Feb 7, 2025
1 parent da4eff2 commit 05b1eea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
role-duration-seconds: 7200 # 2 hours

- name: Copy tide modelling files with the AWS CLI
run: aws s3 sync s3://dea-non-public-data/tide_models/tide_models tide_models
run: |
aws s3 sync s3://dea-non-public-data/tide_models/tide_models/fes2014 tide_models/fes2014
aws s3 sync s3://dea-non-public-data/tide_models/tide_models/hamtide tide_models/hamtide
- name: Login to Amazon ECR Private
id: login-ecr
Expand Down

0 comments on commit 05b1eea

Please sign in to comment.