diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-09 11:19:32 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-09 11:19:32 +0100 |
commit | 1c85e5e428d8b449bb0e0933f329bcba3b583697 (patch) | |
tree | a00c951c4f5a822722ba771e981b0e669a54ad86 /.woodpecker/publish.yaml | |
parent | d35d4599de13d2bad95523547bb368f1c754a014 (diff) | |
download | garage-1c85e5e428d8b449bb0e0933f329bcba3b583697.tar.gz garage-1c85e5e428d8b449bb0e0933f329bcba3b583697.zip |
[nix-improvements] adapt woodpecker pipelines
Diffstat (limited to '.woodpecker/publish.yaml')
-rw-r--r-- | .woodpecker/publish.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker/publish.yaml b/.woodpecker/publish.yaml index b45d379c..17b33d7f 100644 --- a/.woodpecker/publish.yaml +++ b/.woodpecker/publish.yaml @@ -16,7 +16,7 @@ steps: target: AWS_SECRET_ACCESS_KEY commands: - mkdir -p /etc/nix && cp nix/nix.conf /etc/nix/nix.conf - - nix-shell --attr release --run "refresh_index" + - nix-shell --attr ci --run "refresh_index" # - name: multiarch-docker # image: nixpkgs/nix:nixos-22.05 @@ -29,4 +29,4 @@ steps: # - echo $DOCKER_AUTH > /root/.docker/config.json # - sha512sum /root/.docker/config.json # - export CONTAINER_TAG=${CI_COMMIT_TAG:-$CI_COMMIT_SHA} -# - nix-shell --attr release --run "multiarch_docker" +# - nix-shell --attr ci --run "multiarch_docker" |