This commit is contained in:
parent
fd5d4d0d25
commit
16928e81a9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
|||
- name: "Replace version tag"
|
||||
image: "debian"
|
||||
commands:
|
||||
- sed -i s/INSERT_TAG_DURING_BUILD/${DRONE_TAG}/g lib/mastodon/version.rb
|
||||
- sed -i s/INSERT_TAG_DURING_BUILD/$( echo $DRONE_TAG | cut -d '-' -f2 )/g lib/mastodon/version.rb
|
||||
depends_on: ["clone"]
|
||||
|
||||
- name: "Build Image"
|
||||
|
|
Loading…
Reference in a new issue