ci: consistent run step names
This commit is contained in:
@@ -24,10 +24,10 @@ jobs:
|
|||||||
- cache
|
- cache
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: install glide
|
name: Install glide
|
||||||
command: curl https://glide.sh/get | sh
|
command: curl https://glide.sh/get | sh
|
||||||
- run:
|
- run:
|
||||||
name: install dependencies
|
name: Install dependencies
|
||||||
command: glide install
|
command: glide install
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
@@ -43,10 +43,10 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: install glide
|
name: Install glide
|
||||||
command: curl https://glide.sh/get | sh
|
command: curl https://glide.sh/get | sh
|
||||||
- run:
|
- run:
|
||||||
name: install dependencies
|
name: Install dependencies
|
||||||
command: glide install
|
command: glide install
|
||||||
|
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
|
|||||||
Reference in New Issue
Block a user