Skip to content
Snippets Groups Projects

.gitlab-ci.yml: Use the inherited git configuration from the container image

Merged Andrei Gherzan requested to merge agherzan/docs:ci into main
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -78,8 +78,6 @@ deploy:
cd aggregated;
if [ -n "$(git status -s)" ]; then
msg="docs repository snapshot - $CI_COMMIT_BRANCH:$CI_COMMIT_SHA";
git config --local user.name "Oniro Project CI";
git config --local user.email "ci@oniroproject.org";
git add -A;
git commit -sm "$msg";
git push origin HEAD:main;
Loading