Update .drone.yml

This commit is contained in:
Xuan Sang LE 2021-10-12 22:03:42 +02:00 committed by GitHub
parent 90b6783568
commit facf51fe8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@ clone:
steps: steps:
- name: download - name: download
commands: 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/next-1.2.0/release/antos-1.2.1.tar.gz
- name: build - name: build
commands: commands:
- cd /opt/www/htdocs/os && tar xvzf 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.0.tar.gz - rm /opt/www/htdocs/os/antos-1.2.1.tar.gz
trigger: trigger:
branch: branch:
- 1.2.1 - 1.2.1