Skip to content

Commit

Permalink
Test bucket creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 21, 2024
1 parent 5dc34c5 commit 29aa944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ jobs:
contains(github.ref, 'refs/tags') ||
github.ref == 'refs/heads/master' ||
github.ref == 'refs/heads/ci-migration'
env:
AWS_EC2_METADATA_DISABLED: true
run: |
source env.sh
sudo -E go run mage.go -v MakeBucket
go run mage.go -v MakeBucket
- name: Setup FPM
run: |
Expand Down

0 comments on commit 29aa944

Please sign in to comment.