From 835fecd11d22c5a5e897792787b0670d8fe2a31c Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Wed, 19 Jun 2024 11:33:51 +0200
Subject: [PATCH] fix: no code fix; only release and publish process

---
 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a3cdc0515..6f17f9fc7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,12 +10,12 @@ stages:
   - release
   - deploy 
 
-#before_script:
-#  - git config --global user.email "${GITLAB_USER_EMAIL}"
-#  - git config --global user.name "${GITLAB_USER_NAME}"
-#  - git config --global credential.helper '!f() { echo "username=gitlab-ci-token"; echo "password=${CI_JOB_TOKEN}"; }; f'
-#  - git config --global pull.rebase true
-#  - git config --global http.sslVerify "false"
+before_script:
+  - git config --global user.email "${GITLAB_USER_EMAIL}"
+  - git config --global user.name "${GITLAB_USER_NAME}"
+  - git config --global credential.helper '!f() { echo "username=gitlab-ci-token"; echo "password=${CI_JOB_TOKEN}"; }; f'
+  - git config --global pull.rebase true
+  - git config --global http.sslVerify "false"
 
 after_script:
   - nix develop .#gitlab --command clean-up
-- 
GitLab