From 5b125c288d3a04baa77f07fb4b3eee8fc7141b91 Mon Sep 17 00:00:00 2001 From: lxsang Date: Tue, 12 Oct 2021 22:04:33 +0200 Subject: [PATCH] update drone file --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 71f7d35..8367f68 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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