mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-11 17:50:06 +01:00
fix(CI): add missing -D arg for install
This commit is contained in:
parent
5441a6284a
commit
c2a5f47341
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
deps = [pkgs.gnutar];
|
||||
script = [
|
||||
"nix build .#\${TEMPLATE}"
|
||||
"install result templates/\${TEMPLATE}.tf.json"
|
||||
"install -D result templates/\${TEMPLATE}.tf.json"
|
||||
"tar -cf templates/\${TEMPLATE}.tar -C templates \${TEMPLATE}.tf.json"
|
||||
];
|
||||
artifacts.paths = ["templates/"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue