Skip to content

Commit a169499

Browse files
committed
fix tag
1 parent f2cf660 commit a169499

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/tag-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
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

0 commit comments

Comments
 (0)