]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Tweak doxygen commit messages
authorTimePath <andrew.hardaker1995@gmail.com>
Tue, 15 Mar 2016 08:04:58 +0000 (19:04 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Tue, 15 Mar 2016 08:04:58 +0000 (19:04 +1100)
.gitlab-ci.yml

index 273b93b81405a48b00c143ddda187f5fd792f7f7..efff321cb7dafc08fd3b72ff1b2e1997650d767c 100644 (file)
@@ -58,7 +58,7 @@ doxygen:  # rename to 'pages' when gitlab.com allows pages to exceed 100MiB
     - git clone --single-branch --depth 1 ${DEPLOY_HOST}:${DEPLOY_REPO} ~/deploy_
     - mkdir ~/deploy && mv ~/deploy_/.git ~/deploy && rm -r ~/deploy_
     - cp -r ../public/* ~/deploy
-    - cd ~/deploy && git add -A . && git commit -m "Update" && git push origin gh-pages
+    - cd ~/deploy && git add -A . && git commit -m "Deploy ${CI_BUILD_REF}" && git push origin gh-pages
   artifacts:
     paths:
       - public