1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

Merge branch 'master' of github.com:lxsang/antd-web-apps

This commit is contained in:
lxsang 2021-03-24 11:47:40 +01:00
commit 32c120640d
2 changed files with 4 additions and 4 deletions

View File

@ -4,14 +4,14 @@ type: exec
name: default name: default
platform: platform:
os: linux os: linux
arch: arm64 arch: amd64
clone: clone:
disable: true disable: true
steps: steps:
- name: clone - name: clone
commands: commands:
- pwd - pwd
- git clone git@iohub.dev:lxsang/antd-web-apps.git - git clone ssh://git@iohub.dev:2222/lxsang/antd-web-apps.git
- cd ./antd-web-apps && git checkout master - cd ./antd-web-apps && git checkout master
- name: build - name: build
commands: commands:

View File

@ -107,7 +107,7 @@ rm antd_web_apps.tar.gz
rm -r blog doc index.ls info talk get rm -r blog doc index.ls info talk get
cd /opt/www/htdocs/os cd /opt/www/htdocs/os
wget --no-check-certificate "https://github.com/lxsang/antos/raw/master/release/antos-$V_ANTOS.tar.gz" wget --no-check-certificate "https://github.com/lxsang/antos/raw/next-1.2.0/release/antos-$V_ANTOS.tar.gz"
tar xvzf antos-$V_ANTOS.tar.gz tar xvzf antos-$V_ANTOS.tar.gz
rm antos-$V_ANTOS.tar.gz rm antos-$V_ANTOS.tar.gz