diff --git a/.drone.yml b/.drone.yml index c3a4c3a..9ecfe96 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: