Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Fix generation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkoyun committed Apr 11, 2020
1 parent 5e38112 commit d792534
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ clone:
depth: 50

steps:
# This is needed for the tags. And the tags are needed to determine version.
- name: fetch
image: docker:git
commands:
- git fetch --tags
- name: configure-buckets
image: minio/mc:RELEASE.2018-09-26T00-42-43Z
commands:
Expand Down Expand Up @@ -52,7 +57,7 @@ steps:
image: golang:1.14.1-alpine3.11
commands:
- apk add --update make git
- make generate
- env -i make PATH=$PATH HOME=$HOME PWD=$PWD GOPATH=$GOPATH generate
- git diff --exit-code

- name: rebuild-cache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ USAGE:
drone-cache [global options] command [command options] [arguments...]
VERSION:
v1.1.0-rc0-5-g63b3af3-dirty
v1.1.0-rc0-6-g5e38112-dirty
COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down

0 comments on commit d792534

Please # to comment.