Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #29 from GuessWhoSamFoo/goreleaser-tag
Browse files Browse the repository at this point in the history
Allow drone to fetch tags
  • Loading branch information
Sam Foo authored Jul 19, 2019
2 parents 0b95768 + 251c375 commit f3702d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ workspace:
path: src/github.com/vmware/octant

steps:
- name: fetch
image: docker:git
commands:
- git fetch --tags
- name: frontend
image: circleci/node:10.15.3-browsers
user: node
Expand Down
4 changes: 4 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ workspace:

pipeline:

clone:
image: plugins/git
tags: true

frontend:
image: sfoo/node-chrome:0.0.1
group: testing
Expand Down

0 comments on commit f3702d9

Please sign in to comment.