Escape CI command using single quotes
This commit is contained in:
parent
2a51417b80
commit
0430a37cd2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue