Skip to content

Commit

Permalink
Merge pull request #3321 from mapfish/backport/3320-to-3.27
Browse files Browse the repository at this point in the history
[Backport 3.27] Cleanup the dpkg diff
  • Loading branch information
sbrunner authored Jun 7, 2024
2 parents 41c6fba + 99a9963 commit 2d95bb6
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 @@ -131,6 +131,8 @@ jobs:
path: /tmp/test_results
if: failure()

- run: git stash
if: always()
- name: Publish
run: c2cciutils-publish
if: env.SECRETS == 'TRUE'
Expand All @@ -142,6 +144,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 2d95bb6

Please sign in to comment.