We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c1c5c commit 6984285Copy full SHA for 6984285
.github/workflows/testing-vars.yml
@@ -54,7 +54,7 @@ jobs:
54
echo "Find dockerconf"
55
pwd
56
echo "pwd=$(pwd). HOME=${HOME}"
57
- find ${HOME} -name *.docker* -ls
+ ls -lao /home/runner/.docker
58
echo "Debug -- end find ---"
59
echo "Running on ARCH=$(uname -p)"
60
echo
0 commit comments