Files
planetiler-openmaptiles/scripts/build-release.sh
Peter Hanecak 6d238c7ed5 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)
2024-01-12 14:11:47 +01:00

6 lines
69 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
./mvnw -B -ntp install jib:dockerBuild