Skip to content

Commit

Permalink
Set build in container flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Jul 8, 2021
1 parent 4387301 commit 7ed76a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ steps:
- GO111MODULE=on go get -u github.com/mitchellh/gox github.com/tcnksm/ghr
- export PATH="$(go env GOPATH)/bin:$PATH"
- RELEASE_TAG=$DRONE_TAG
- make -j4 RELEASE_BUILD=true RELEASE_TAG=$RELEASE_TAG publish
- make -j4 BUILD_IN_CONTAINER=false RELEASE_BUILD=true RELEASE_TAG=$RELEASE_TAG publish
- name: publish
image: plugins/github-release
environment:
Expand All @@ -74,7 +74,7 @@ steps:
draft: true
when:
event: tag

volumes:
- name: docker
host:
Expand Down Expand Up @@ -116,6 +116,6 @@ volumes:
path: /var/run/docker.sock
---
kind: signature
hmac: 23e4dcb7c314653b378f8c5b97734427ba9df7c94fd842e75d839cf75f08568e
hmac: 2c5a38030ab9a70a1d3cdaf436a746c0844fe40878ba2077dd9245238699ebe3

...

0 comments on commit 7ed76a9

Please sign in to comment.