Skip to content

Commit

Permalink
Merge pull request #3323 from mapfish/backport/3320-to-3.29
Browse files Browse the repository at this point in the history
[Backport 3.29] Cleanup the dpkg diff
  • Loading branch information
sbrunner authored Jun 7, 2024
2 parents 0e9531b + 9664472 commit cbb55c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
path: /tmp/test_results
if: failure()

- run: git stash
if: always()
- name: Publish
run: c2cciutils-publish
if: env.HAS_SECRETS == 'HAS_SECRETS'
Expand All @@ -141,6 +143,8 @@ jobs:
path: /tmp/dpkg-versions.patch
retention-days: 1
if: failure()
- run: git stash pop

- run:
docker run --rm --env=GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} mapfish_print_builder bash -c 'gradle
build && gradle publish'
Expand Down

0 comments on commit cbb55c9

Please sign in to comment.