ci: add descriptive titles to Codefresh steps (#30510)

PR Close #30510
This commit is contained in:
Filipe Silva 2019-05-17 17:46:33 +01:00 committed by Matias Niemelä
parent ba5309c1f8
commit 8301028319
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ version: '1.0'
steps: steps:
BuildImage: BuildImage:
title: Build Docker image
type: build type: build
image_name: node-bazel-windows image_name: node-bazel-windows
working_directory: ./.codefresh working_directory: ./.codefresh
@ -12,7 +13,7 @@ steps:
dockerfile: ./Dockerfile.win-1809 dockerfile: ./Dockerfile.win-1809
RunTests: RunTests:
title: Run Tests title: Run Bazel tests
image: ${{BuildImage}} image: ${{BuildImage}}
commands: commands:
# Install dependencies # Install dependencies