Merge pull request #6491 from jepio/jepio/kata-deploy-push-more-space

CC | kata-deploy-push more space
This commit is contained in:
Steve Horsman
2023-03-20 10:34:51 +00:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -72,6 +72,10 @@ jobs:
make-kata-tarball:
runs-on: ubuntu-latest
steps:
- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v2
- name: make kata-tarball
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}

View File

@@ -25,4 +25,5 @@ done
echo "create ${tar_path}"
(cd "${tarball_content_dir}"; tar cvfJ "${tar_path}" .)
rm -rf "${tarball_content_dir}"
popd