Skip to content

Commit

Permalink
Debugging shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Mar 20, 2023
1 parent d0a2553 commit 7cebfe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_ci_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
if: github.event_name == 'push'
run: |
version=$(grep -oP '(?<=<version>).*?(?=</version>)' navigation2/package.xml)
pwd
ls -alh
echo $version
echo "version=${version}" >> $GITHUB_OUTPUT
echo "trigger=true" >> $GITHUB_OUTPUT
echo "no_cache=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7cebfe7

Please sign in to comment.