mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 14:58:16 +00:00
Merge pull request #6491 from jepio/jepio/kata-deploy-push-more-space
CC | kata-deploy-push more space
This commit is contained in:
4
.github/workflows/kata-deploy-push.yaml
vendored
4
.github/workflows/kata-deploy-push.yaml
vendored
@@ -72,6 +72,10 @@ jobs:
|
|||||||
make-kata-tarball:
|
make-kata-tarball:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Free disk space
|
||||||
|
run: |
|
||||||
|
sudo rm -rf /usr/share/dotnet
|
||||||
|
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make kata-tarball
|
- name: make kata-tarball
|
||||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
|
||||||
|
@@ -25,4 +25,5 @@ done
|
|||||||
|
|
||||||
echo "create ${tar_path}"
|
echo "create ${tar_path}"
|
||||||
(cd "${tarball_content_dir}"; tar cvfJ "${tar_path}" .)
|
(cd "${tarball_content_dir}"; tar cvfJ "${tar_path}" .)
|
||||||
|
rm -rf "${tarball_content_dir}"
|
||||||
popd
|
popd
|
||||||
|
Reference in New Issue
Block a user