This commit is contained in:
parent
5933554cb4
commit
65c18ad226
1 changed files with 6 additions and 6 deletions
|
@ -12,12 +12,12 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: [push, manual]
|
event: [push, manual]
|
||||||
|
|
||||||
# test:
|
test:
|
||||||
# image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
# commands:
|
commands:
|
||||||
# - nix develop --command scripts/test.sh
|
- nix develop --command scripts/test.sh
|
||||||
# when:
|
when:
|
||||||
# event: [push, manual]
|
event: [push, manual]
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
|
|
Loading…
Reference in a new issue