Skip to content

Commit

Permalink
Clear camo cache when coveralls build finished.
Browse files Browse the repository at this point in the history
  • Loading branch information
renelink committed May 4, 2024
1 parent 55bf350 commit 6fa4f28
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: mvn -B coveralls:report --file pom.xml
- name: Clear Caches
run: curl -X PURGE https://camo.githubusercontent.com/5652c484132fd1a77411cd9b1b1eae97917c29b0dea79ccb09117dea7a5a6ee2/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c696e6b2d696e74657273797374656d732f636c65616e2d6172636869746563747572652d6578616d706c652f62616467652e7376673f6272616e63683d6d61696e



publish:
Expand All @@ -81,13 +84,3 @@ jobs:
uses: GabrielBB/xvfb-action@v1
with:
run: mvn -B -P github -Dmaven.test.skip=true -T 1C deploy --file pom.xml


clear-caches:
needs:
- build
if: ${{ (github.repository == 'link-intersystems/clean-architecture-example') }}
runs-on: ubuntu-latest
steps:
- name: Clear Caches
run: curl -X PURGE https://camo.githubusercontent.com/12360894f9884ce231cc60af14c148a20f0e1690f05047e503a37c69c8eab868/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c696e6b2d696e74657273797374656d732f636c65616e2d6172636869746563747572652d6578616d706c652f62616467652e7376673f6272616e63683d6d61696e

0 comments on commit 6fa4f28

Please sign in to comment.