mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
adjust circleci scripts to use official golang image
This commit is contained in:
@@ -109,8 +109,8 @@ jobs:
|
||||
GOPATH: /go
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt-get update; apt-get install -y shellcheck sudo unzip
|
||||
- install-protoc
|
||||
- run: sudo apt-get update && sudo apt-get install shellcheck
|
||||
- run: make deps lint-deps
|
||||
- run: make check
|
||||
- run: make checkscripts
|
||||
@@ -135,6 +135,7 @@ jobs:
|
||||
GOTESTARCH: "<< parameters.goarch >>"
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt-get update; apt-get install -y shellcheck sudo unzip
|
||||
- run: make deps
|
||||
- install-protoc
|
||||
- install-consul
|
||||
|
||||
Reference in New Issue
Block a user