From 8e8d14d7595e68b24b4288fa67f47836c0147ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 28 Jun 2022 10:14:27 +0100 Subject: [PATCH] run in nix-shell --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2f9fca2..a30a5f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: Update mastodon-glitch image: nixos/nix commands: - - (cd mastodon && bash ./update.sh) + - (cd mastodon && ./update.sh) environment: USER: nobody depends_on: @@ -28,7 +28,7 @@ steps: commands: - mkdir /etc/nix - echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf - - (cd matrix/matrix-media-repo && bash ./update.sh) + - (cd matrix/matrix-media-repo && ./update.sh) environment: USER: nobody depends_on: @@ -38,7 +38,7 @@ steps: commands: - mkdir /etc/nix - echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf - - (cd matrix/mautrix-whatsapp && bash ./update.sh) + - (cd matrix/mautrix-whatsapp && ./update.sh) environment: USER: nobody depends_on: