Skip to content

Commit

Permalink
chore: remove git step
Browse files Browse the repository at this point in the history
  • Loading branch information
michigg committed Jan 20, 2020
1 parent 18d8ecf commit f030617
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ steps:
image: alpine/git
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:
Expand Down

0 comments on commit f030617

Please sign in to comment.