Escape CI command using single quotes
Some checks failed
Basic Cargo Checks / docker-check (push) Successful in 1m9s
ci/woodpecker/push/woodpecker Pipeline failed
Basic Cargo Checks / docker-build (push) Failing after 10m48s

This commit is contained in:
Blizzard Finnegan 2023-06-22 07:49:14 -04:00
parent 2a51417b80
commit 0430a37cd2
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -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: