mirror of
https://github.com/orbien-org/orbien.git
synced 2026-09-22 00:01:31 +00:00
6 lines
188 B
Bash
Executable File
6 lines
188 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")/.."
|
|
export GPG_TTY="${GPG_TTY:-$(tty 2>/dev/null || true)}"
|
|
mvn -Prelease clean deploy -DskipTests -pl '!orbien-spring-boot-demo'
|