2626 - name : Set up Proxy Server for Public Browse.
2727 run : |
2828 cd
29- wget http://d.xrcity.cn/upload/frp_0.32.1_linux_amd64.tar.gz
29+ wget -q http://d.xrcity.cn/upload/frp_0.32.1_linux_amd64.tar.gz
3030 tar -xvzf frp_0.32.1_linux_amd64.tar.gz
3131 cd frp_0.32.1_linux_amd64
3232 wget -O frpc.ini http://lab.doublechaintech.com/webagent/platformManager/applyConnection/${GITHUB_ACTOR}/
@@ -44,15 +44,19 @@ jobs:
4444 - name : Set up Java & Gradle
4545 run : |
4646 sudo apt-get update
47- sudo apt-get install -y gradle
47+
48+ wget http://d.xrcity.cn/upload/gradle-7.2-bin.zip
49+ sudo mkdir /opt/gradle
50+ sudo unzip -d /opt/gradle gradle-7.2-bin.zip
51+ export PATH="/opt/gradle/bin:$PATH"
4852 sudo apt-get install -y curl
4953 - name : Set up Mysql Client for Importing Data
5054 run : |
5155 sudo apt-get install -y mysql-client
5256 - name : Setting up Web Server
5357 run : |
5458 cd
55- wget http://d.xrcity.cn/upload/java/resin-3.1.16.zip
59+ wget -q http://d.xrcity.cn/upload/java/resin-3.1.16.zip
5660 unzip resin-3.1.16.zip
5761 - name : Checkout doublechaintech/daas-start-kit
5862 uses : actions/checkout@v2
8084 - name : Building BIZUI - the Frontend Artificts
8185 run : |
8286 cd /home/runner/work/daas-sample/daas-sample/./bizui
83- wget http://d.xrcity.cn/upload/node_modules.tar.gz
87+ wget -q http://d.xrcity.cn/upload/node_modules.tar.gz
8488 tar xzf node_modules.tar.gz
8589 npm run build && cp -R dist/* /home/runner/resin-3.1.16/webapps/ROOT
8690 # cd /home/runner/resin-3.1.16/webapps/ROOT/WEB-INF
@@ -107,4 +111,3 @@ jobs:
107111 sleep 1
108112 done
109113
110-
0 commit comments