Skip to content

Commit

Permalink
Fix Node20 error starting docker container
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Nov 29, 2024
1 parent f7ae359 commit 8a2094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
aaa="${PWD}"
echo "HOME=${HOME}"
echo "pwd=${aaa}"
echo "AAA=${aaa}"
ls -l
docker run --rm -w /home/jenkins -v "$HOME":"/home/jenkins" \
-e "TEST_JDK_HOME=${TEST_JDK_HOME}" \
Expand Down

0 comments on commit 8a2094c

Please sign in to comment.