-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
450 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -218,6 +218,22 @@ jobs: | |
branch_pattern: optimism | ||
event: fail | ||
template: basic_fail_1 | ||
check-sr-diff: | ||
docker: | ||
- image: cimg/go:<<pipeline.parameters.go_version>> | ||
steps: | ||
- checkout | ||
- run: | ||
name: install dasel | ||
command: go install github.com/tomwright/dasel/v2/cmd/[email protected] | ||
- run: | ||
name: install jq | ||
command: sudo apt-get install jq | ||
- run: | ||
name: generate artifact and check diff | ||
command: | | ||
bash ./sync-superchain.sh | ||
git diff --exit-code | ||
workflows: | ||
main: | ||
|
@@ -235,6 +251,8 @@ workflows: | |
docker_tags: <<pipeline.git.revision>> | ||
context: | ||
- oplabs-gcr | ||
- check-sr-diff: | ||
name: Check superchain registry bundle diff | ||
release: | ||
jobs: | ||
- hold: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.