Skip to content

Commit

Permalink
[SERV-1218] Update GA build(s) (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke authored Feb 6, 2025
1 parent 02cd5bc commit a6fdfb1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 348 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
with:
maven_goals_phases: "clean verify"
maven_args: >
-V -ntp -DlogLevel=DEBUG -DtestLogLevel=DEBUG
-V -ntp -DlogLevel=DEBUG -DtestLogLevel=DEBUG -Ddocker.noCache
-D${{ matrix.build_property }}=${{ secrets.KAKADU_VERSION }}
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ jobs:
-Ddocker.registry.username=${{ secrets.DOCKER_USERNAME }}
-Ddocker.registry.account=${{ secrets.DOCKER_REGISTRY_ACCOUNT}}
-Ddocker.registry.password=${{ secrets.DOCKER_PASSWORD }}
-Ddocker.noCache
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
-Drevision=${{ github.event.release.tag_name }}
-ntp -Dorg.slf4j.simpleLogger.log.net.sourceforge.pmd=error
-D${{ matrix.build_property }}=${{ secrets.KAKADU_VERSION }}
-DskipNexusStagingDeployMojo=true
-DskipNexusStagingDeployMojo=true -Ddocker.noCache
-Ddocker.image=${{ secrets.DOCKER_REGISTRY_ACCOUNT}}cantaloupe${{ env.ARTIFACT_QUALIFIER }}:${{ github.event.release.tag_name }}
-Ddocker.registry.username=${{ secrets.DOCKER_USERNAME }}
-Ddocker.registry.account=${{ secrets.DOCKER_REGISTRY_ACCOUNT}}
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/kakadu
Submodule kakadu updated from cdf053 to 62cfd5
202 changes: 0 additions & 202 deletions src/main/docker/patches/issue-574-v5.0.5.patch

This file was deleted.

143 changes: 0 additions & 143 deletions src/main/docker/patches/issue-581-v5.0.5.patch

This file was deleted.

0 comments on commit a6fdfb1

Please sign in to comment.