Browse Source

try to escape colon

master
Daniel Huebleitner 4 years ago
parent
commit
4600a69980
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -66,7 +66,7 @@ steps:
66 66
   - git clone https://www.versioncontrol.me/frontwork-documentation/${DRONE_REPO_NAME}.git && cd ${DRONE_REPO_NAME} && rm -rf ./*; cp -r ../docs/* .
67 67
   - sed -i '$ d' README.md && echo "### Version\n\n${DRONE_TAG}\n" >> ./README.md
68 68
   - sed -i -e 1,4d ./globals.md && cat ./globals.md >> ./README.md
69
-  - git commit --all --allow-empty --message "drone tag: ${DRONE_TAG}" --author "${DRONE_COMMIT_AUTHOR} <${DRONE_COMMIT_AUTHOR_EMAIL}>"
69
+  - git commit --all --allow-empty --message "drone tag&#58; ${DRONE_TAG}" --author "${DRONE_COMMIT_AUTHOR} <${DRONE_COMMIT_AUTHOR_EMAIL}>"
70 70
   - git push --force origin master
71 71
   environment:
72 72
     GIT_USER:

Loading…
Cancel
Save