|
@@ -1,18 +0,0 @@
|
|
-#!/bin/bash
|
|
|
|
-pwd
|
|
|
|
-
|
|
|
|
-rm -rf ~/project/examcloud/examcloud-core-examwork-distribution.zip
|
|
|
|
-rm -rf ~/project/examcloud/examcloud-core-examwork/lib/
|
|
|
|
-
|
|
|
|
-cp examcloud-core-examwork-starter/target/examcloud-core-examwork-distribution.zip ~/project/examcloud/
|
|
|
|
-
|
|
|
|
-cd ~/project/examcloud/
|
|
|
|
-unzip -o examcloud-core-examwork-distribution.zip
|
|
|
|
-
|
|
|
|
-cd examcloud-core-examwork
|
|
|
|
-echo "--spring.profiles.active=test --examcloud.startup.configCenterHost=localhost" > start.args
|
|
|
|
-echo "-server -Xms512m -Xmx512m -XX:-UseGCOverheadLimit" > start.vmoptions
|
|
|
|
-
|
|
|
|
-bash stop.sh
|
|
|
|
-BUILD_ID=DONTKILLME
|
|
|
|
-bash start.sh 110
|
|
|