don't print nix store path
parent
29105e2ba2
commit
b54754df87
|
@ -4,7 +4,6 @@ steps:
|
||||||
event: push
|
event: push
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
commands:
|
commands:
|
||||||
- echo ${AGENT_NIX_STORE_PATH}
|
|
||||||
- apk add --no-cache git nix --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
- apk add --no-cache git nix --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||||
- echo "system-features = nixos-test benchmark big-parallel uid-range kvm" > /etc/nix/nix.conf
|
- echo "system-features = nixos-test benchmark big-parallel uid-range kvm" > /etc/nix/nix.conf
|
||||||
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#docker
|
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#docker
|
||||||
|
@ -14,8 +13,7 @@ steps:
|
||||||
|
|
||||||
publish-image:
|
publish-image:
|
||||||
when:
|
when:
|
||||||
- event: tag
|
event: tag
|
||||||
branch: master
|
|
||||||
image: docker
|
image: docker
|
||||||
secrets: [ forgejo_token ]
|
secrets: [ forgejo_token ]
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue