From 563cfda91d792bb90ebe7e8a876acddbfb8b007d Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 23 Apr 2025 20:08:48 -0600 Subject: [PATCH] remove deploy and testing artifacts --- .gitlab-ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3242832..46ba0c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,9 +20,6 @@ build: - apt install -y libfdisk-dev libclang-19-dev script: - cargo build --verbose - -deploy: - stage: deploy - script: - - echo "Let's launch!" - environment: production + artifacts: + paths: + - builds/ahoneybun/nyxi-installer