From 0c2d614e4535ca11d029ecaac2bd909c0d49e764 Mon Sep 17 00:00:00 2001 From: BARICHELLO Date: Sun, 23 Feb 2020 21:19:07 -0300 Subject: [PATCH] Update commit message --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7243fbe..842f3e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,7 +62,7 @@ deploy-github-pages: - git config user.name $GIT_USERNAME - git remote add github $REMOTE_URL - git add -A - - 'git commit -m "ci: Deploy GitHub Page $EXPORT_NAME-$CI_JOB_NAME$" -m "Deploy from GitLab pipeline \#$CI_PIPELINE_ID" || true' + - 'git commit -m "ci: Deploy GitHub Page | $EXPORT_NAME:$CI_JOB_NAME" -m "Deploy from GitLab pipeline #$CI_PIPELINE_ID" || true' - git push github gh-pages -f # GitLab Pages Deploy