Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
fix: commit sha again
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Apr 10, 2024
1 parent 750f703 commit 1bdd043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression-test-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run: |
git clone https://github.com/0xPolygon/agglayer.git
cd agglayer
git checkout ${{ CI_COMMIT_SHA:0:8 }}
echo 'Containerizing and testing commit: "${{ CI_COMMIT_SHA:0:8 }}"'
git checkout ${CI_COMMIT_SHA:0:8}
echo 'Containerizing and testing commit: "${CI_COMMIT_SHA:0:8}"'
docker compose -f docker/docker-compose.yaml build --no-cache agglayer
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit 1bdd043

Please sign in to comment.