Backport #31 (#33)

Jonas Franz 7 years ago committed by Gitea
parent afd81459b9
commit 970f7f6780
  1. 11
      .drone.yml

@ -10,7 +10,7 @@ clone:
pipeline: pipeline:
deps: deps:
image: golang:1.10 image: golang:1.11.5
pull: true pull: true
environment: environment:
GOPATH: /go GOPATH: /go
@ -18,14 +18,14 @@ pipeline:
- go get -u github.com/golang/dep/cmd/dep - go get -u github.com/golang/dep/cmd/dep
- dep ensure - dep ensure
test: test:
image: golang:1.10 image: golang:1.11.5
pull: true pull: true
environment: environment:
GOPATH: /go GOPATH: /go
commands: commands:
- make test - make test
static: static:
image: golang:1.10 image: golang:1.11.5
pull: true pull: true
environment: environment:
GOPATH: /go GOPATH: /go
@ -35,7 +35,7 @@ pipeline:
event: [ push ] event: [ push ]
branch: [ master ] branch: [ master ]
static: static:
image: golang:1.10 image: golang:1.11.5
pull: true pull: true
environment: environment:
GOPATH: /go GOPATH: /go
@ -97,4 +97,5 @@ pipeline:
services: services:
gitea: gitea:
image: jonasfranz/gitea-service image: jonasfranz/gitea-service
pull: true pull: true

Loading…
Cancel
Save