From 837a6df672ae104da2d0c69af0733a2adf5fabfb Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 2 Jul 2026 15:29:30 +0200 Subject: [PATCH] fix: cicd test --- .gitea/workflows/deploy-py-agebd-pypi.yml | 26 +++++++++++------------ .gitea/workflows/deploy-service.yml | 1 + 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/deploy-py-agebd-pypi.yml b/.gitea/workflows/deploy-py-agebd-pypi.yml index 037a732..87b5b24 100644 --- a/.gitea/workflows/deploy-py-agebd-pypi.yml +++ b/.gitea/workflows/deploy-py-agebd-pypi.yml @@ -1,13 +1,13 @@ -name: Deploy agebd python package to gitea/pypi - -# TODO: services depend on this workflow -on: - push: - branches: - - main - paths: - - 'packages/agebd/**' - -jobs: - deploy: - runs-on: hla-dev +# name: Deploy agebd python package to gitea/pypi +# +# # TODO: services depend on this workflow +# on: +# push: +# branches: +# - main +# paths: +# - 'packages/agebd/**' +# +# jobs: +# deploy: +# runs-on: hla-dev diff --git a/.gitea/workflows/deploy-service.yml b/.gitea/workflows/deploy-service.yml index a69a56c..f6dc6b2 100644 --- a/.gitea/workflows/deploy-service.yml +++ b/.gitea/workflows/deploy-service.yml @@ -34,5 +34,6 @@ jobs: - name: Restart Service run: | + export XDG_RUNTIME_DIR=/run/user/$(id -u) systemctl --user enable ${SVC_CURRRENT_DIR}/systemd/AGEBD-SERVICE-MASTER.service systemctl --user restart AGEBD-SERVICE-MASTER.service