Skip to content

Commit

Permalink
Update uploadFile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavbk authored Jul 15, 2024
1 parent b9a43d9 commit a0d85c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/uploadFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit a0d85c1

Please sign in to comment.