mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-22 11:35:14 +01:00
ci: install glide
This commit is contained in:
parent
2befd24b4a
commit
72f910622d
@ -8,11 +8,6 @@ defaults: &defaults
|
||||
# specify the version
|
||||
- image: circleci/golang:1.10
|
||||
|
||||
# Specify service dependencies here if necessary
|
||||
# CircleCI maintains a library of pre-built images
|
||||
# documented at https://circleci.com/docs/2.0/circleci-images/
|
||||
# - image: circleci/postgres:9.4
|
||||
|
||||
working_directory: /go/src/github.com/itzg/mc-router
|
||||
|
||||
|
||||
@ -28,6 +23,9 @@ jobs:
|
||||
- cache-{{ arch }}-{{ .Branch }}
|
||||
- cache
|
||||
|
||||
- run:
|
||||
name: install glide
|
||||
command: curl https://glide.sh/get | sh
|
||||
- run:
|
||||
name: install dependencies
|
||||
command: glide install
|
||||
@ -44,6 +42,9 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: install glide
|
||||
command: curl https://glide.sh/get | sh
|
||||
- run:
|
||||
name: install dependencies
|
||||
command: glide install
|
||||
|
@ -41,3 +41,7 @@ dockers:
|
||||
tag_templates:
|
||||
- "{{.Tag}}"
|
||||
- latest
|
||||
changelog:
|
||||
filters:
|
||||
exclude:
|
||||
- '^ci:'
|
Loading…
Reference in New Issue
Block a user