Skip to content

Commit

Permalink
Revert "use digest for SHA 2"
Browse files Browse the repository at this point in the history
This reverts commit 48dcf06.
  • Loading branch information
fhoeben committed Nov 13, 2023
1 parent fae1b13 commit dd5fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/other-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Test image
if: matrix.platform == 'linux/amd64'
run: |
SHA="sha:$(cd /tmp/digests/test; ls *)"
SHA="sha:$($(cd /tmp/digests/test; ls *))"
IMAGE="hsac/fitnesse-fixtures-test-jre11@${SHA}"
docker run --rm -v "$(pwd)"/src/main/wiki:/fitnesse/wiki/FitNesseRoot -e RE_RUN_FAILED=true ${IMAGE} -DfitnesseSuiteToRun=SampleTests.SlimTests.UtilityFixtures
Expand Down

0 comments on commit dd5fedf

Please sign in to comment.