Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 8f41133

Browse files
authored
release: use gnu xargs in CI (#4808)
1 parent 489cc79 commit 8f41133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
AZURE_CORE_ONLY_SHOW_ERRORS: True
182182
run: make test-kubernetes
183183
- name: Remove untracked files created during workflow steps
184-
run: git ls-files --others --exclude-standard -z | xargs -0 rm
184+
run: git ls-files --others --exclude-standard -z | xargs -0 -r rm
185185
- name: Add local tag
186186
run: git tag ${{ env.RELEASE_VERSION }}
187187
- name: print and validate git status before producing binaries

0 commit comments

Comments
 (0)