Skip to content

Commit

Permalink
Fix resequence CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Sep 12, 2024
1 parent 1fa2688 commit 412cf69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-resequence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 0xPolygon/kurtosis-cdk
ref: 3debe0a4dd000e02f7e6bde3247432211bf0336f
ref: main
path: kurtosis-cdk

- name: Install Kurtosis CDK tools
Expand Down Expand Up @@ -71,7 +71,6 @@ jobs:
working-directory: ./kurtosis-cdk
run: |
/usr/local/bin/yq -i '.args.cdk_erigon_node_image = "cdk-erigon:local"' params.yml
/usr/local/bin/yq -i '.args.cdk_node_image = "jerrycgh/cdk:eaafcc12f196a0aa9d46c2a994d7f6f58c092f3b"' params.yml
- name: Deploy Kurtosis CDK package
working-directory: ./kurtosis-cdk
Expand Down

0 comments on commit 412cf69

Please sign in to comment.