Skip to content

Commit

Permalink
Trigger branch (#1890)
Browse files Browse the repository at this point in the history
* update date

* Change to waiting til dist

* Dist doesnt exist

* sign drone

* add drone tag

* switch to install instead of get

* remove drone tag
  • Loading branch information
mattdurham authored Jul 13, 2022
1 parent 939cefd commit b994a2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,12 @@ steps:
- tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
- rm go1.18.linux-amd64.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- GO111MODULE=on go get -u github.com/mitchellh/gox github.com/tcnksm/ghr
- go install github.com/tcnksm/ghr@latest
- go install github.com/mitchellh/gox@latest
- export PATH="$(go env GOPATH)/bin:$PATH"
- make -j4 DOCKER_OPTS="" BUILD_IN_CONTAINER=false RELEASE_BUILD=true RELEASE_TAG=${DRONE_TAG} publish
depends_on:
- Containerize
- Test

volumes:
- name: docker
Expand Down Expand Up @@ -276,6 +277,6 @@ get:
name: pat
---
kind: signature
hmac: 42866b2345b4fc50fb092b32d4d1ba0a1a6aafdd6fc607a42ffcf56946ed8c5d
hmac: 6e4d636733b9bbb411cefb43e46298517db74b46629d3bf444caa58bb6479a39

...

0 comments on commit b994a2b

Please sign in to comment.