Skip to content

Commit 7cebfe7

Browse files
committed
Debugging shell
1 parent d0a2553 commit 7cebfe7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update_ci_image.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
if: github.event_name == 'push'
3030
run: |
3131
version=$(grep -oP '(?<=<version>).*?(?=</version>)' navigation2/package.xml)
32+
pwd
33+
ls -alh
34+
echo $version
3235
echo "version=${version}" >> $GITHUB_OUTPUT
3336
echo "trigger=true" >> $GITHUB_OUTPUT
3437
echo "no_cache=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)