This commit is contained in:
parent
3f80d6eb85
commit
aca587c9c7
@ -2,13 +2,16 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
path: /drone/src
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: archlinux:base-devel
|
image: archlinux:base-devel
|
||||||
pull: always
|
pull: always
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- cd /root
|
- cd /drone/src
|
||||||
- echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
|
- echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
|
||||||
- cat /etc/pacman.d/mirrorlist
|
- cat /etc/pacman.d/mirrorlist
|
||||||
- pacman -Syu --noconfirm
|
- pacman -Syu --noconfirm
|
||||||
|
Loading…
Reference in New Issue
Block a user