Skip to content

Commit

Permalink
fix bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mki-c2c committed Aug 12, 2024
1 parent 8270f84 commit 08c24b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
shell: bash
run: |
echo $([[ $(git log --pretty="%p" -n 1 | wc -w) -gt 1 ]] \
echo "PR" \
echo "regular push")
&& echo "PR" \
|| echo "regular push")
branch=$([[ $(git log --pretty="%p" -n 1 | wc -w) -gt 1 ]] \
&& echo $(git log -n 1 --pretty="%s" | sed "s|.*Geoportail-Luxembourg/\(.*\)|\1|") \
|| git branch --show-current)
Expand Down

0 comments on commit 08c24b0

Please sign in to comment.