Commit a6af9117 authored by Nikos Psaromanolakis's avatar Nikos Psaromanolakis
Browse files

Edit .gitlab-ci.yml

parent 21d9c594
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -247,7 +247,6 @@ prod_package_job:
      if git commit -m "Release $DEV_RELEASE_VERSION: Update project version [skip ci]"; then
        REPO_URL="${CI_SERVER_URL}/${CI_PROJECT_PATH}.git"
        AUTH_REPO_URL="https://${GITLAB_USER_NAME}:${GROUP_ACCESS_TOKEN}@${REPO_URL#https://}"
        #git remote set-url origin "https://${GITLAB_USER_NAME}:${GROUP_ACCESS_TOKEN}@${CI_SERVER_URL}/${CI_PROJECT_PATH}.git"
        git remote set-url origin "$AUTH_REPO_URL"
        git push -f origin HEAD:main