Skip to content

Commit

Permalink
Merge pull request #137 from Geoportail-Luxembourg/dummy_main_PR_test
Browse files Browse the repository at this point in the history
verbose output
  • Loading branch information
mki-c2c authored Aug 12, 2024
2 parents 0109331 + d149499 commit b65a139
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
- name: compute tag name
shell: bash
run: |
echo $([[ $(git log --pretty="%p" -n 1 | wc -w) -gt 1 ]] \
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)
echo branch
echo "AUTO_TAG=${branch}_CI_$(git log -n 1 --pretty=%h)" >> $GITHUB_ENV
- name: tag ${{ github.head_ref }}
run: |
Expand Down

0 comments on commit b65a139

Please sign in to comment.