Skip to content

Commit

Permalink
fix gs path (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
janlegner authored Oct 7, 2024
1 parent b276267 commit 11b448b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/copy-parsed-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ steps:
- label: ":floppy_disk: :arrow_right: :cloud: Upload artifacts"
commands:
- 'epoch=$(buildkite-agent meta-data get epoch)'
- 'gcloud storage cp "$gs_source_bucket/past-validators.json" "$gs_bucket/$$epoch/"'
- 'gcloud storage cp "$gs_source_bucket/validators.json" "$gs_bucket/$$epoch/"'
- 'gcloud storage cp "$gs_source_bucket/stakes.json" "$gs_bucket/$$epoch/"'
- 'gcloud storage cp "$gs_source_bucket/$$epoch/past-validators.json" "$gs_bucket/$$epoch/"'
- 'gcloud storage cp "$gs_source_bucket/$$epoch/validators.json" "$gs_bucket/$$epoch/"'
- 'gcloud storage cp "$gs_source_bucket/$$epoch/stakes.json" "$gs_bucket/$$epoch/"'

- wait: ~

Expand Down

0 comments on commit 11b448b

Please sign in to comment.