fix maybe
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user