Skip to content

Commit

Permalink
[type:feat] update shenyu k8s yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Sep 25, 2023
1 parent 90ef27b commit c66e928
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/e2e-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ jobs:
with:
submodules: true

- name: Free disk space
run: |
df --human-readable
sudo apt clean
docker rmi $(docker image ls --all --quiet)
rm --recursive --force "$AGENT_TOOLSDIRECTORY"
df --human-readable
# - name: Free disk space
# run: |
# df --human-readable
# sudo apt clean
# docker rmi $(docker image ls --all --quiet)
# rm --recursive --force "$AGENT_TOOLSDIRECTORY"
# df --human-readable

- uses: dorny/paths-filter@v2
id: filter
Expand Down

0 comments on commit c66e928

Please sign in to comment.