Commit f81e0c27 authored by heywon.choi's avatar heywon.choi

test

parent 413207c5
Pipeline #19132 failed with stages
in 12 seconds
......@@ -17,12 +17,13 @@ deploy:
- antora --fetch site.yml
- git config --global user.email "$GITLAB_USER_EMAIL"
- git config --global user.name "$GITLAB_USER_NAME"
- echo "a $CI_COMMIT_BRANCH"
- git checkout $CI_COMMIT_BRANCH
- BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
- echo "a $BRANCH_NAME"
- git checkout $BRANCH_NAME
- git add build_site
- git commit -m "Update build output by $GITLAB_USER_NAME"
- git config --global push.default simple
- echo "a $CI_COMMIT_BRANCH"
- git push origin HEAD:$CI_COMMIT_BRANCH
- echo "b $BRANCH_NAME"
- git push origin HEAD:$BRANCH_NAME
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