Commit 413207c5 authored by heywon.choi's avatar heywon.choi

test

parent 7039198e
Pipeline #19130 failed with stages
in 11 seconds
......@@ -17,12 +17,12 @@ deploy:
- antora --fetch site.yml
- git config --global user.email "$GITLAB_USER_EMAIL"
- git config --global user.name "$GITLAB_USER_NAME"
- echo "$CI_COMMIT_BRANCH"
- echo "a $CI_COMMIT_BRANCH"
- git checkout $CI_COMMIT_BRANCH
- git add build_site
- git commit -m "Update build output by $GITLAB_USER_NAME"
- git config --global push.default simple
- echo "$CI_COMMIT_BRANCH"
- echo "a $CI_COMMIT_BRANCH"
- git push origin HEAD:$CI_COMMIT_BRANCH
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment