Skip to content

Commit e8372ee

Browse files
committed
chore: fetch git tags
We need to fetch git tags in order for our image tagging to work correctly. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
1 parent 941e6d6 commit e8372ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.drone.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ services:
1818
path: /var/run
1919

2020
steps:
21+
- name: git-fetch-tags
22+
image: docker:git
23+
commands:
24+
- git fetch --tags
25+
2126
- name: build-pull-request
2227
image: autonomy/build-container:latest
2328
pull: always

0 commit comments

Comments
 (0)