From aca587c9c7f27967f14479c3036b7710dc14d2aa Mon Sep 17 00:00:00 2001 From: lulzette Date: Wed, 19 Oct 2022 01:57:29 +0300 Subject: [PATCH] workspace path --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 91de703..17257e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,13 +2,16 @@ kind: pipeline type: docker name: build +workspace: + path: /drone/src + steps: - name: build image: archlinux:base-devel pull: always privileged: true commands: - - cd /root + - cd /drone/src - echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist - cat /etc/pacman.d/mirrorlist - pacman -Syu --noconfirm