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