do a little dance
This commit is contained in:
parent
6b2bd5e1ff
commit
15dfed4a9f
2 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,11 @@ pipeline:
|
||||||
- nix flake check
|
- nix flake check
|
||||||
- nix build '.#mdbook-toc'
|
- nix build '.#mdbook-toc'
|
||||||
- nix build '.#docker'
|
- nix build '.#docker'
|
||||||
|
- mv result result.tar.gz
|
||||||
|
- cp result.tar.gz result
|
||||||
|
debug:
|
||||||
|
image: nixos/nix
|
||||||
|
commands:
|
||||||
- ls -la
|
- ls -la
|
||||||
publish:
|
publish:
|
||||||
image: git.0x76.dev/v/push-container:0.1.0
|
image: git.0x76.dev/v/push-container:0.1.0
|
||||||
|
|
1
result.tar.gz
Symbolic link
1
result.tar.gz
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/nix/store/3asb57pz1vf5vc0zhhj26clqyablchky-mdbook-plus.tar.gz
|
Loading…
Reference in a new issue