Skip to content

Commit

Permalink
Merge pull request #3324 from mapfish/backport/3320-to-3.30
Browse files Browse the repository at this point in the history
[Backport 3.30] Cleanup the dpkg diff
  • Loading branch information
sbrunner authored Jun 7, 2024
2 parents c118a5e + bf5ae65 commit 3e1ee0c
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 @@ -142,6 +142,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 @@ -153,6 +155,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 3e1ee0c

Please sign in to comment.