From 3325bed3b56185b3e267a73a70ef65e20a254ab7 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sat, 11 Feb 2023 12:19:29 -0600 Subject: [PATCH] dumb --- .woodpecker.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0dcdb51..30de4de 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,13 +2,13 @@ matrix: RUST: [stable] pipeline: - test: - image: rust - environment: [CARGO_TERM_COLOR=always] - commands: - - rustup default $RUST - - cargo check - - cargo test + # test: + # image: rust + # environment: [CARGO_TERM_COLOR=always] + # commands: + # - rustup default $RUST + # - cargo check + # - cargo test build-docker-image: image: nixos/nix @@ -16,7 +16,7 @@ pipeline: - ls -la - pwd - nix --extra-experimental-features "nix-command flakes" build -o image.tar.gz .#liveterm-docker - - cp $(readlink -f image.tar.gz) /shared/image.tar.gz + - cp --remove-destination $(readlink -f image.tar.gz) /shared/image.tar.gz volumes: - "liveterm-shared:/shared" when: