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

Commit

Permalink
vendorize and update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn committed Jan 9, 2020
1 parent e48fde6 commit 66bbb47
Show file tree
Hide file tree
Showing 383 changed files with 225,973 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ steps:
environment:
CGO_ENABLED: 0
commands:
- apk add --no-cache git
- go mod tidy
- go test
- go test ./...
- go build -o spacestatus .
- tar cvpzf spacestatus.tgz spacestatus status-template.json
- tar cvpzf spacestatus.tgz spacestatus templates static

- name: release
image: plugins/github-release
Expand Down
36 changes: 36 additions & 0 deletions vendor/github.com/eclipse/paho.mqtt.golang/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions vendor/github.com/eclipse/paho.mqtt.golang/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/eclipse/paho.mqtt.golang/DISTRIBUTION

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 87 additions & 0 deletions vendor/github.com/eclipse/paho.mqtt.golang/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions vendor/github.com/eclipse/paho.mqtt.golang/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66bbb47

Please sign in to comment.