Skip to content

Commit

Permalink
Merge pull request #95 from owncloud/fix-dev-docs-trigger
Browse files Browse the repository at this point in the history
Fix dev docs trigger
  • Loading branch information
wkloucek authored Dec 11, 2020
2 parents c398148 + 569926f commit 0220fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ def website(ctx):
},
{
'name': 'test',
'image': 'webhippie/hugo:latest',
'image': 'owncloudci/hugo:0.71.0',
'commands': [
'cd hugo',
'hugo',
Expand Down Expand Up @@ -887,7 +887,7 @@ def website(ctx):
'name': 'downstream',
'image': 'plugins/downstream',
'settings': {
'server': 'https://cloud.drone.io/',
'server': 'https://drone.owncloud.com/',
'token': {
'from_secret': 'drone_token',
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $(GOPATH)/bin/protoc-gen-microweb:
GO111MODULE=off go get -v github.com/webhippie/protoc-gen-microweb

$(GOPATH)/bin/protoc-gen-swagger:
GO111MODULE=off go get -v github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger
GO111MODULE=off go get -v github.com/grpc-ecosystem/grpc-gateway/protoc-gen-openapiv2

pkg/proto/v0/hello.pb.go: pkg/proto/v0/hello.proto
protoc \
Expand Down

0 comments on commit 0220fed

Please sign in to comment.