This commit is contained in:
parent
3f80d6eb85
commit
aca587c9c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user