From 12768b52199a00f1044b9bd7eae4d93ac4140fe8 Mon Sep 17 00:00:00 2001 From: Christoph Schabert Date: Mon, 23 Sep 2024 11:22:16 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8c245848..7f7e48c82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ localazy update: # - git config user.email "${CI_EMAIL}" # - git config user.name "${CI_USERNAME}" # - git remote add gitlab_origin https://${CI_USERNAME}:${CI_ACCESS_TOKEN}@gitlab.knecon.com/redactmanager/red-ui.git + - git pull - cd tools/localazy - yarn install --cache-folder .yarn-cache - yarn start @@ -36,7 +37,8 @@ localazy update: git status git commit -m "push back localazy update" # git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME} - git push https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.knecon.com/redactmanager/red-ui.git + # git push https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.knecon.com/redactmanager/red-ui.git + git push fi rules: - if: $CI_PIPELINE_SOURCE == "schedule"