diff --git a/.drone.yml b/.drone.yml index 720f5d5..c865e60 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: privileged: true commands: - cd /root - - 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 - pacman -Syu --noconfirm - bash archiso_make.sh