Skip to content

Commit

Permalink
CI: Use the echo command with its emoji and name as the step label
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaskP7 committed Jan 28, 2025
1 parent 2ed94c2 commit d950365
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .buildkite/schedules/dependency-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ agents:
queue: "android"

steps:
- label: "dependency cache"
command: |
echo "--- 💾 Download and Cache Dependencies"
.buildkite/commands/save-cache.sh
- label: "💾 Download and Cache Dependencies"
command: .buildkite/commands/save-cache.sh
plugins: [$CI_TOOLKIT]

notify:
Expand Down

0 comments on commit d950365

Please sign in to comment.