mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
chore(CI): remove after_script and copy image in normal script stage
This commit is contained in:
parent
797fd521f2
commit
59b9800e53
1 changed files with 0 additions and 2 deletions
|
|
@ -113,8 +113,6 @@
|
||||||
];
|
];
|
||||||
script = [
|
script = [
|
||||||
"nix build .#nix-coder-image --system $SYSTEM"
|
"nix build .#nix-coder-image --system $SYSTEM"
|
||||||
];
|
|
||||||
after_script = [
|
|
||||||
"install -D result dist/nix-coder-image_\${SYSTEM}.tar.gz"
|
"install -D result dist/nix-coder-image_\${SYSTEM}.tar.gz"
|
||||||
];
|
];
|
||||||
artifacts.paths = ["dist/"];
|
artifacts.paths = ["dist/"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue