From 42537986d0b27a98f745e50543bcd04fd172c2c5 Mon Sep 17 00:00:00 2001 From: Blallo Date: Sun, 21 Feb 2021 00:24:29 +0100 Subject: [PATCH] Fix commands --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4328ee2..dd07e1d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: pull: if-not-exists image: leophys/pikaur-root:0.1 commands: - - -Sy --noconfirm electron-ozone + - /usr/bin/pikaur -Sy --noconfirm electron-ozone volumes: - name: build_electron-ozone path: /build @@ -82,7 +82,7 @@ steps: pull: if-not-exists image: leophys/pikaur-root:0.1 commands: - - -Sy --noconfirm discord_arch_electron + - /usr/bin/pikaur -Sy --noconfirm discord_arch_electron volumes: - name: build_discord_arch_electron path: /build @@ -168,6 +168,6 @@ depends_on: --- kind: signature -hmac: dd81387c2eb116a9958168c1d5490f590fb80466424fb68ef592b074e00a37b9 +hmac: 084acd02238136a8d843483c4c458d0d43d55e4b97327983930c5e9be8c276b0 ...