mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +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];
|
deps = [pkgs.gnutar];
|
||||||
script = [
|
script = [
|
||||||
"nix build .#\${TEMPLATE}"
|
"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"
|
"tar -cf templates/\${TEMPLATE}.tar -C templates \${TEMPLATE}.tf.json"
|
||||||
];
|
];
|
||||||
artifacts.paths = ["templates/"];
|
artifacts.paths = ["templates/"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue