Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge Drone fix
  • Loading branch information
tdemin committed Aug 8, 2020
2 parents b177f71 + 33401e1 commit 5fd5c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Expand Up @@ -9,15 +9,15 @@ steps:
when:
event: tag
- name: test
image: golang:1.14-alpine
image: golang:1.14
commands:
- go test -v .
when:
event:
exclude:
- tag
- name: release
image: golang:1.14-alpine
image: golang:1.14
environment:
GITEA_TOKEN:
from_secret: goreleaser_gitea_token
Expand Down

0 comments on commit 5fd5c0f

Please sign in to comment.