antos-frontend/.drone.yml
2021-06-13 12:08:00 +02:00

21 lines
412 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
clone:
disable: true
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
- name: build
commands:
- cd cd /opt/www/htdocs/os && tar xvzf antos-1.2.0.tar.gz
- rm /opt/www/htdocs/os/antos-1.2.0.tar.gz
trigger:
branch:
- next-1.2.0