Remove unnecessary echo statement

This commit is contained in:
Alex Borisov 2024-01-29 20:26:14 +03:00
parent a72536e38f
commit 8288607aaa

View File

@ -13,7 +13,6 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: Install Docker
run: |
apk add --no-cache docker