From 75964221943266e8a005cbe765d3695768b765ae Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Thu, 27 Jun 2019 22:10:43 +0800 Subject: [PATCH] 2019-06-27 22:10:43 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8cdabf9..42b37bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ after_script: - git config user.email ${GL_EMAIL} - git add -A - git commit -am "$(date "+%Y-%m-%d %H:%M:%S")" - - git push "https://${GL_TOKEN}@gitlab.com/${GL_USER}/${GL_REPO}.git" master:${GL_BRANCH} -f + - git push "https://oauth2:${GL_TOKEN}@gitlab.com/${GL_USER}/${GL_REPO}.git" master:${GL_BRANCH} -f variables: -- GitLab