Skip to content

Commit

Permalink
Update data-refresh.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Jul 26, 2024
1 parent c66a78b commit aed0ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/data-refresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
KUBE_CLUSTER: ${{ secrets.KUBE_CLUSTER }}

- name: Uninstall S3 Refresh chart
run: helm uninstall refresh-s3
run: helm uninstall refresh-s3 --ignore-not-found

- name: S3 Refresh
working-directory: jobs/refresh-s3
Expand All @@ -140,7 +140,7 @@ jobs:
kubectl wait jobs -l name-prefix=refresh-s3 --for=condition=complete --timeout 10h
- name: Uninstall S3 Refresh chart
run: helm uninstall refresh-s3
run: helm uninstall refresh-s3 --ignore-not-found

# wipe-solr-data:
# name: Wipe Solr Data
Expand Down

0 comments on commit aed0ec1

Please sign in to comment.