mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +00:00
Add GitHub workflow for release (#141)
* added release.yml copied from Planetiler * added build-release.sh copied from Planetiler * release job adjusted for planetiler-openmaptiles * fixed path to target/*with-deps.jar * GPG private key skip[ped, since we're not going to publish to maven central * removed -Pflatten, since (unlike planetiler) this is not multi-module repo * removed settings for pushing to maven central, we're not doing that here * push-release.sh replaced with Docker push and artifact upload (line in snapshot.yml)
This commit is contained in:
5
scripts/build-release.sh
Executable file
5
scripts/build-release.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
./mvnw -B -ntp install jib:dockerBuild
|
||||
Reference in New Issue
Block a user