1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-19 18:08:21 +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
platform:
os: linux
arch: arm64
arch: amd64
clone:
disable: true
steps:
- name: clone
commands:
- 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
- name: build
commands:

View File

@ -107,8 +107,8 @@ rm antd_web_apps.tar.gz
rm -r blog doc index.ls info talk get
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
rm antos-$V_ANTOS.tar.gz
echo "Install done..."
echo "Install done..."