From a0d85c1f303f1cd445ff8fb0f6e7e3d5a9dfe839 Mon Sep 17 00:00:00 2001 From: Madhava Kulkarni <160615734+madhavbk@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:36:20 +0530 Subject: [PATCH] Update uploadFile.yml --- .github/workflows/uploadFile.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/uploadFile.yml b/.github/workflows/uploadFile.yml index 1af7f75..6389907 100644 --- a/.github/workflows/uploadFile.yml +++ b/.github/workflows/uploadFile.yml @@ -22,9 +22,6 @@ jobs: run: | sudo rm -rf /usr/share/dotnet sudo rm -rf "$AGENT_TOOLSDIRECTORY" - - name: Cleanup Docker System - run: | - docker system prune -af --volumes - name: Create Folder run: | mkdir files @@ -45,7 +42,9 @@ jobs: with: args: 7z a -v50m "./files/${{ github.event.inputs.folderName }}/${{ github.event.inputs.fileName }}.tar.7z" "./files/${{ github.event.inputs.folderName }}/${{ github.event.inputs.fileName }}.tar" - name: Commit changes + - name: Cleanup Docker System run: | + docker system prune -af --volumes git init git config --global user.email "lalit-ku@hcl.com" git config --global user.name "lalitKumarHCL"