ci: consistent run step names

This commit is contained in:
Geoff Bourne
2018-05-26 12:37:48 -05:00
parent 72f910622d
commit c9b5a2c618
+4 -4
View File
@@ -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