diff --git a/.gitea/workflows/CICD_local_test.yaml b/.gitea/workflows/CICD_local_test.yaml index 053945474..21d05ad81 100644 --- a/.gitea/workflows/CICD_local_test.yaml +++ b/.gitea/workflows/CICD_local_test.yaml @@ -1,10 +1,10 @@ +--- name: local-test分支构建发布到本地服务器 run-name: ${{ gitea.actor }} is testing out Gitea Actions on: push: branches: - local-test - jobs: Build-Publish: runs-on: joylink-local233 @@ -16,14 +16,14 @@ jobs: - name: 设置node环境 uses: https://gitea.joylink.club/actions/local-setup-node@v0.1.1 with: - version: 'v14.21.3' - cache: 'yarn' - cache-dependency-path: 'yarn.lock' + version: v14.21.3 + cache: yarn + cache-dependency-path: yarn.lock - name: 安装yarn,并build run: | node -v npm config set registry https://registry.npmmirror.com - npm install --global yarn + npm install --global yarn yarn config set registry https://registry.npmmirror.com yarn yarn run buildas local-test @@ -45,9 +45,12 @@ jobs: port: ${{ secrets.LOCAL_233_SSH_PORT }} username: ${{ secrets.LOCAL_233_SSH_USER }} password: ${{ secrets.LOCAL_233_SSH_PASSWORD }} - script: | + script: > cd /home/minio/oss/rt-sim-training-client + rm -rf /usr/local/joylink/client/cbtc + mkdir -p /usr/local/joylink/client + tar xz --strip 2 -C /usr/local/joylink/client -f dist-local-test.tar.gz - run: echo "This job's status is ${{ job.status }}." diff --git a/.gitea/workflows/CICD_master.yaml b/.gitea/workflows/CICD_master.yaml index fb74e349a..6ae066b1c 100644 --- a/.gitea/workflows/CICD_master.yaml +++ b/.gitea/workflows/CICD_master.yaml @@ -23,7 +23,7 @@ jobs: run: | node -v npm config set registry https://registry.npmmirror.com - npm install --global yarn + npm install --global yarn yarn config set registry https://registry.npmmirror.com yarn yarn run build