fix maybe

This commit is contained in:
Daniel Hübleitner
2019-09-22 11:43:10 +02:00
parent 15d5353a85
commit 185601f7ea
+2
View File
@@ -51,6 +51,8 @@ steps:
- name: commit documentation - name: commit documentation
image: node:12 image: node:12
commands: commands:
- git config --global user.email "frontwork.me@gmail.com"
- git config --global user.name "drone"
- git add -f docs - git add -f docs
- git commit --allow-empty -m "documented version at ${DRONE_BUILD_CREATED}" - git commit --allow-empty -m "documented version at ${DRONE_BUILD_CREATED}"
- git tag ${DRONE_BUILD_CREATED} - git tag ${DRONE_BUILD_CREATED}