Skip to content

Commit

Permalink
chore: add image
Browse files Browse the repository at this point in the history
  • Loading branch information
michigg committed Jan 20, 2020
1 parent 5c120c2 commit 0271f6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,14 @@ steps:
# - build

- name: set_versiontag
image: alpine/git
commands:
- echo 'VERSION_TAG = "${DRONE_TAG}_${CI_BUILD_NUMBER}"' > ./src/core/version.py
- git add *
- git commit -m "ci version tag update"
- git push origin master
depends_on:
- fetch

- name: publish_dockerhub
image: plugins/docker
Expand All @@ -66,6 +69,7 @@ steps:
depends_on:
- fetch
- build
- set_versiontag
# - test

- name: publish_github
Expand All @@ -85,6 +89,7 @@ steps:
depends_on:
- fetch
- build
- set_versiontag
# - test

- name: send telegram notification
Expand Down

0 comments on commit 0271f6c

Please sign in to comment.