try to escape colon

This commit is contained in:
Daniel Huebleitner
2019-10-28 21:40:59 +01:00
parent d8f5c98b50
commit 4600a69980
+1 -1
View File
@@ -66,7 +66,7 @@ steps:
- git clone https://www.versioncontrol.me/frontwork-documentation/${DRONE_REPO_NAME}.git && cd ${DRONE_REPO_NAME} && rm -rf ./*; cp -r ../docs/* . - git clone https://www.versioncontrol.me/frontwork-documentation/${DRONE_REPO_NAME}.git && cd ${DRONE_REPO_NAME} && rm -rf ./*; cp -r ../docs/* .
- sed -i '$ d' README.md && echo "### Version\n\n${DRONE_TAG}\n" >> ./README.md - sed -i '$ d' README.md && echo "### Version\n\n${DRONE_TAG}\n" >> ./README.md
- sed -i -e 1,4d ./globals.md && cat ./globals.md >> ./README.md - sed -i -e 1,4d ./globals.md && cat ./globals.md >> ./README.md
- git commit --all --allow-empty --message "drone tag: ${DRONE_TAG}" --author "${DRONE_COMMIT_AUTHOR} <${DRONE_COMMIT_AUTHOR_EMAIL}>" - git commit --all --allow-empty --message "drone tag&#58; ${DRONE_TAG}" --author "${DRONE_COMMIT_AUTHOR} <${DRONE_COMMIT_AUTHOR_EMAIL}>"
- git push --force origin master - git push --force origin master
environment: environment:
GIT_USER: GIT_USER: