Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
daanpersoons committed May 29, 2024
1 parent e978d9e commit bdc6067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/s3-workflow-rollout-to-scaleway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:

- name: Check existing/new buckets and apply lifecycle and cors
run: |
for e in s3/${{ matrix.deployment }}/*;
for e in s3/${{ matrix.deployment }}/*;
do
s3cmd mb s3://s3-$(basename -- $e)-${{ matrix.deployment }} || true
s3cmd setcors $e/cors.xml s3://s3-$(basename -- $e)-${{ matrix.deployment }};
s3cmd setlifecycle $e/lifecycle.xml s3://s3-$(basename -- $e)-${{ matrix.deployment }};
done

0 comments on commit bdc6067

Please sign in to comment.