Skip to content

Commit

Permalink
Add names to steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed May 18, 2021
1 parent 3c546b0 commit 4c056c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ _commands:
type: string
steps:
- run:
name: Check apt updates
command: |
apt-get update \
-o Dir::Etc::sourcelist="<< parameters.sourcelist >>"
Expand All @@ -286,6 +287,7 @@ _commands:
type: string
steps:
- run:
name: Trigger Dockerhub URL
when: on_fail
command: |
curl -H "Content-Type: application/json" \
Expand Down

0 comments on commit 4c056c2

Please sign in to comment.