From 4d82cf9f1a5bcbaa6be6736211c46b258c8ae546 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Jun 2026 02:37:08 -0400 Subject: [PATCH] fix cert issue --- .gitea/workflows/build-and-deploy.yml | 2 ++ .gitea/workflows/test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 8dfa671..2de41b2 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -11,6 +11,8 @@ concurrency: env: NODE_VERSION: "20" + # TODO: Remove after installing internal CA certificate on the runner + GIT_SSL_NO_VERIFY: "true" REGISTRY_HOST: 192.168.3.80 DOCKERFILE_PATH: Dockerfile.production DEPLOY_ROOT: /opt/rentaldrivego diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 726617d..68dc8bd 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -12,6 +12,8 @@ concurrency: env: NODE_VERSION: "20" + # TODO: Remove after installing internal CA certificate on the runner + GIT_SSL_NO_VERIFY: "true" jobs: type-check: