Skip to content

Commit

Permalink
Update docker-unified.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Jul 26, 2023
1 parent 10fc38f commit 7d5f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ jobs:
- name: Disk Check 5
run: df -h .
- name: Remove Source Code
run: find . ! -path "./metadata-ingestion*" ! -path "./smoke-test*" ! -path "./gradle*" -delete
run: find ./*/* ! -path "./metadata-ingestion*" ! -path "./smoke-test*" ! -path "./gradle*" -delete
- name: Check disk space 6
run: df . -h
- name: Smoke test
Expand Down

0 comments on commit 7d5f99e

Please sign in to comment.