rm backend staging folder

This commit is contained in:
Jorge Escobar 2022-02-17 17:36:48 -05:00 committed by GitHub
parent cee13b50cc
commit 44a8b04d3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,4 +17,4 @@ jobs:
aws-secret-access-key: ${{ secrets.DATA_DEV_AWS_SECRET_ACCESS_KEY }} aws-secret-access-key: ${{ secrets.DATA_DEV_AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1 aws-region: us-east-1
- name: Remove staging artifacts - name: Remove staging artifacts
run: aws s3 rm s3://justice40-data/data-pipeline-staging/ --exclude "*" --include "$(echo $PR_NUMBER)-*" --recursive run: aws s3 rm s3://justice40-data/data-pipeline-staging/${{env.PR_NUMBER}} --recursive