Skip to content

Commit

Permalink
make the format of the commands to be consistent
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Sep 24, 2024
1 parent d2ae542 commit 09fc8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-train-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build trainer
run: |
./scripts/gha/build-trainer.sh
docker builder prune --all --force
docker builder prune -a -f
docker system df
df -h
env:
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Build storage initializer
run: |
./scripts/gha/build-storage-initializer.sh
docker builder prune --all --force
docker builder prune -a -f
docker system df
df -h
env:
Expand Down

0 comments on commit 09fc8a9

Please sign in to comment.