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

디버깅

parent 6ee546a9
Pipeline #19124 failed
......@@ -17,9 +17,11 @@ 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: $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: $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