mirror of
https://github.com/orbien-org/orbien.git
synced 2026-09-22 00:01:31 +00:00
feat: 提交 Orbien v2版本代码
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/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'
|
||||
Reference in New Issue
Block a user