Skip to content

Commit

Permalink
some ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
chabad360 committed Jan 11, 2021
1 parent 1a8666a commit c21132b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ project_name: Covey
before:
hooks:
- go mod download
- go get github.com/omeid/go-resources/cmd/resources
- go get github.com/omeid/go-resources/cmd/resources github.com/traefik/yaegi/cmd/yaegi
- resources -declare -package=asset -output=asset/asset.go -tag="\!live" -trim assets/ assets/*
- go generate github.com/chabad360/covey/plugin
builds:
- env:
- CGO_ENABLED=0
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ require (
github.com/ory/dockertest/v3 v3.6.2
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/traefik/yaegi v0.9.9 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/traefik/yaegi v0.9.8 h1:sYGKV2d911B9olVsSO/nRmjIh+CQTffAUSzoyv4a4/4=
github.com/traefik/yaegi v0.9.8/go.mod h1:FAYnRlZyuVlEkvnkHq3bvJ1lW5be6XuwgLdkYgYG6Lk=
github.com/traefik/yaegi v0.9.9 h1:Qm8GUb5QapEiMlRQTKWSTN1yb8n1VWHJke2rjkLcY8g=
github.com/traefik/yaegi v0.9.9/go.mod h1:FAYnRlZyuVlEkvnkHq3bvJ1lW5be6XuwgLdkYgYG6Lk=
github.com/xyproto/unzip v0.0.0-20150601123358-823950573952 h1:pCgYs8AOzRpEmdM55hrSnd+TZOr+1/m9Y9KkFIZPwiU=
github.com/xyproto/unzip v0.0.0-20150601123358-823950573952/go.mod h1:ygEdojOpwX5uG71ECHji5sod2rpZ+9hqNeAZD50S84Q=
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q=
Expand Down
2 changes: 2 additions & 0 deletions plugin/plugin.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:generate yaegi extract -license ../LICENSE -name plugin github.com/chabad360/covey/models/safe

package plugin

import (
Expand Down

0 comments on commit c21132b

Please sign in to comment.