Merge branch 'chore/go_1.15' of github.com:influxdata/chronograf into chore/go_1.15
commit
f3bde5d8ac
|
@ -33,7 +33,7 @@ version: 2
|
|||
jobs:
|
||||
build:
|
||||
environment:
|
||||
DOCKER_TAG: chronograf-20200922
|
||||
DOCKER_TAG: chronograf-20201125
|
||||
GO111MODULE: "ON"
|
||||
machine: true
|
||||
steps:
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
|
||||
deploy-nightly:
|
||||
environment:
|
||||
DOCKER_TAG: chronograf-20200922
|
||||
DOCKER_TAG: chronograf-20201125
|
||||
GO111MODULE: "ON"
|
||||
machine: true
|
||||
steps:
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
|
||||
deploy-pre-release:
|
||||
environment:
|
||||
DOCKER_TAG: chronograf-20200922
|
||||
DOCKER_TAG: chronograf-20201125
|
||||
GO111MODULE: "ON"
|
||||
machine: true
|
||||
steps:
|
||||
|
@ -114,7 +114,7 @@ jobs:
|
|||
|
||||
deploy-release:
|
||||
environment:
|
||||
DOCKER_TAG: chronograf-20200922
|
||||
DOCKER_TAG: chronograf-20201125
|
||||
GO111MODULE: "ON"
|
||||
machine: true
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue