Skip to content

Commit

Permalink
chore: add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
michigg committed Jan 20, 2020
1 parent 0271f6c commit 18d8ecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ steps:
commands:
- echo 'VERSION_TAG = "${DRONE_TAG}_${CI_BUILD_NUMBER}"' > ./src/core/version.py
- git add *
- git config --global user.email ""
- git config --global user.name "Drone CI"
- git commit -m "ci version tag update"
- git push origin master
# when:
# event: tag
depends_on:
- fetch

Expand Down

0 comments on commit 18d8ecf

Please sign in to comment.