chore(CI): remove after_script and copy image in normal script stage

This commit is contained in:
technofab 2024-10-04 17:59:16 +02:00
parent 797fd521f2
commit 59b9800e53

View file

@ -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/"];