mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-21 08:19:50 +02:00
update drone file
This commit is contained in:
@ -10,11 +10,11 @@ clone:
|
||||
steps:
|
||||
- name: download
|
||||
commands:
|
||||
- cd /opt/www/htdocs/os && wget https://github.com/lxsang/antos/raw/next-1.2.0/release/antos-1.2.0.tar.gz
|
||||
- cd /opt/www/htdocs/os && wget https://github.com/lxsang/antos/raw/1.2.1/release/antos-1.2.1.tar.gz
|
||||
- name: build
|
||||
commands:
|
||||
- cd /opt/www/htdocs/os && tar xvzf antos-1.2.0.tar.gz
|
||||
- rm /opt/www/htdocs/os/antos-1.2.0.tar.gz
|
||||
- cd /opt/www/htdocs/os && tar xvzf antos-1.2.1.tar.gz
|
||||
- rm /opt/www/htdocs/os/antos-1.2.1.tar.gz
|
||||
trigger:
|
||||
branch:
|
||||
- next-1.2.0
|
||||
- 1.2.1
|
||||
|
Reference in New Issue
Block a user