Skip to content

Commit

Permalink
build(lfs): let the staging workflow checkout Git LFS assets
Browse files Browse the repository at this point in the history
The staging workflow is failing with an unhelpful error message. I think the problem might be that
assets are now stored in Git LFS rather than the Git repo directly, and so it will need to check
them out separately.

This does also show that the staging workflow should not be rebuilding the image.

Refs #392, 0cbb848
  • Loading branch information
thewilkybarkid committed Aug 9, 2021
1 parent 36b98ea commit 57b9aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_prereview-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
# checkout the repo
- name: 'Checkout Github Action'
uses: actions/checkout@master
with:
lfs: true

- name: 'Login via Azure CLI'
uses: azure/login@v1
Expand Down

0 comments on commit 57b9aa0

Please sign in to comment.