From d393ae787d40fe26173b9f429dcdac8b253e183e Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Sun, 18 Jan 2026 17:42:37 +0100 Subject: [PATCH] Code cleanup + new pipeline setup --- .gitlab-ci.yml | 6 +- .idea/.idea.HopFrame/.idea/workspace.xml | 78 ++++++++++++------- .../Components/Dialogs/HopFrameEditor.razor | 6 +- .../Components/Pages/HopFrameTablePage.razor | 41 ++++------ 4 files changed, 72 insertions(+), 59 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa87319..e4d8dd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,10 +60,8 @@ publish: publish-help: stage: publish-help - image: docker:latest - services: - - name: docker:dind - alias: docker + tags: + - docker script: - export VERSION=$(echo $CI_COMMIT_TAG | sed 's/^v//') - cd docs diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index 85f3cbc..59bf169 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -11,7 +11,12 @@