mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
21 lines
399 B
YAML
21 lines
399 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/1.2.1/release/antos-1.2.1.tar.gz
|
|
- name: build
|
|
commands:
|
|
- 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:
|
|
- 1.2.1
|