修改yaml格式错误(tab换成空格)
All checks were successful
local-test分支构建发布到本地服务器 / Build-Publish (push) Successful in 7m20s

This commit is contained in:
soul-walker 2024-03-26 17:57:39 +08:00
parent abdce5a30d
commit 8d4e0d2a89
2 changed files with 10 additions and 7 deletions

View File

@ -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 }}."

View File

@ -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