From 6ab68a68b1eeddfa3c3b4b47e25fbb4fc74f4ae9 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sun, 20 Oct 2024 10:13:02 +0100
Subject: [PATCH] Set GO_PACKAGE in the gen_assets step

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f876e4..5a8f6f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ gen_ui:
     - DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends brotli xxd
     - cd ui
     - npm install
-    - npm run build
+    - env GO_PACKAGE=git.autistici.org/smol/idp npm run build
   artifacts:
     paths:
       - ui/assets
-- 
GitLab