From 9e912f376d7a5028fae4117c2bb9948318416a33 Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Sat, 20 Jul 2024 18:54:10 +0200
Subject: [PATCH] chore: stop exxporting license and notice as artifacts

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf91122..ced826d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,6 @@ build:
   artifacts:
     paths:
       - '*.apkg'
-      - LICENSE
-      - NOTICE
     reports:
       dotenv: build.env
 
-- 
GitLab