don't build the docker image in nix
This commit is contained in:
parent
1f9af0de90
commit
aa8df8a3bc
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
nix build .#docker.albatros
|
||||
nix build
|
||||
nix develop --command "executor --force --destination dxflrs/albatros:${COMMIT} --context dir://`pwd` --verbosity=debug"
|
||||
|
|
Loading…
Reference in a new issue