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:
commit
32c120640d
@ -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:
|
||||||
|
@ -107,8 +107,8 @@ 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
|
||||||
|
|
||||||
echo "Install done..."
|
echo "Install done..."
|
||||||
|
Loading…
Reference in New Issue
Block a user