mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 02:17:42 +01:00
Update upstream
This commit is contained in:
14
purpur
14
purpur
@@ -22,6 +22,18 @@ purpurunstash() {
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
"a" | "am" | "amend")
|
||||
(
|
||||
cd $basedir/Purpur-API/
|
||||
git add .
|
||||
git commit --amend --no-edit
|
||||
cd $basedir/Purpur-Server/
|
||||
git add .
|
||||
git commit --amend --no-edit
|
||||
cd $basedir
|
||||
scripts/rebuildpatches.sh "$basedir"
|
||||
)
|
||||
;;
|
||||
"rb" | "rbp" | "rebuild")
|
||||
(
|
||||
set -e
|
||||
@@ -41,7 +53,7 @@ case "$1" in
|
||||
basedir
|
||||
mvn -N install
|
||||
cd ${FORK_NAME}-API
|
||||
mvn clean install && cd ../${FORK_NAME}-Server && mvn clean install
|
||||
mvn -e clean install && cd ../${FORK_NAME}-Server && mvn -e clean install
|
||||
)
|
||||
;;
|
||||
"d" | "de" | "deploy")
|
||||
|
||||
Reference in New Issue
Block a user