Skip to content

Commit

Permalink
chore: delete lithology patterns before uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
venikx committed Nov 17, 2023
1 parent 2a5fac8 commit 7441ad9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wellcom-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Delete all lithology patterns in blob storage
run: |
az storage blob delete-batch \
--account-name ${{ secrets.AZ_STORAGE_ACCOUNT_NAME }} \
--source lithology-patterns
- name: Upload lithology patterns assets
working-directory: ./assets
Expand Down

0 comments on commit 7441ad9

Please sign in to comment.