Skip to content

Commit 7346e49

Browse files
fix(ci): Move snapshot bucket overwrite permission to vm (#256)
1 parent 4a07aea commit 7346e49

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/trigger-mainfork-snapshot.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
env:
2-
BUCKET_NAME: 'agoric-snapshots-public'
32
PROJECT_ID: 60745596728
43

54
jobs:
@@ -75,11 +74,6 @@ jobs:
7574
exit 1
7675
fi
7776
78-
gsutil rm \
79-
-a \
80-
-f \
81-
"gs://${{ env.BUCKET_NAME }}/mainfork-snapshots/keyring-test.tar.gz" \
82-
"gs://${{ env.BUCKET_NAME }}/mainfork-snapshots/priv_validator_state.json"
8377
IMAGE_TAG="$IMAGE_TAG" ./mainfork-snapshot.sh
8478
fi
8579
working-directory: scripts

0 commit comments

Comments
 (0)