From 8af672748fe2b81f6565a7cf970163feeb9fd6f2 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Tue, 12 Oct 2021 22:04:10 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0e7c1d0..8367f68 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ 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.1.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.1.tar.gz