workspace path
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
lulzette 2022-10-19 01:57:29 +03:00
parent 3f80d6eb85
commit aca587c9c7

View File

@ -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