Commit 7039198e authored by heywon.choi's avatar heywon.choi

디버깅

parent 9aa7adf2
Pipeline #19128 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 "$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 "$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