File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,17 +218,6 @@ jobs:
218218 steps :
219219 - *init_tool_versions
220220 - *checkout
221- - name : debug docker and shell environment
222- run : |
223- echo "current shell is $SHELL"
224- echo "running id"
225- id
226- echo "Checking /var/run/docker.sock permissions"
227- ls -la /var/run/docker.sock
228- echo "Checking /var/run/docker.sock permissions using ls -Ll"
229- ls -lL /var/run/docker.sock
230- echo "running stat"
231- stat -Lc '%u %g %a %n' /var/run/docker.sock
232221 - name : Determine docker images to scan
233222 id : normalized_docker_images
234223 env :
Original file line number Diff line number Diff line change 9696 # shellcheck disable=SC2086
9797 npm install --global $dependencies
9898 cp release.config.cjs ../
99- mkdir -p releaseNotesTemplates
99+ mkdir -p ../ releaseNotesTemplates
100100 cp releaseNotesTemplates/commit.hbs ../releaseNotesTemplates/
101101 - name : Clone calling repo
102102 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
You can’t perform that action at this time.
0 commit comments