From 0430a37cd21e17c0c8f72b4800fabc862b2c5fb3 Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Thu, 22 Jun 2023 07:49:14 -0400 Subject: [PATCH] Escape CI command using single quotes --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 978366a..a7c6a2a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: nixos/nix:latest commands: - - nix-shell --run cargo build --release --target aarch64-unknown-linux-musl + - nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl' publish: image: woodpeckerci/plugin-gitea-release settings: