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:
|
build:
|
||||||
image: nixos/nix:latest
|
image: nixos/nix:latest
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --run cargo build --release --target aarch64-unknown-linux-musl
|
- nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl'
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Add table
Reference in a new issue