Skip to content

Commit a01036c

Browse files
Revert "MK8S-25: Add clean step before build in GitHub Actions"
This reverts commit d99507e.
1 parent d99507e commit a01036c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ jobs:
8181
fetch-depth: 0
8282
- name: Set safe directory (since container is root and not user 1001)
8383
run: git config --global --add safe.directory ${{ github.workspace }}
84-
- name: Clean previous build artifacts
85-
run: cd "${{ github.workspace }}" && ./doit.sh clean
8684
- name: Build everything
8785
run: cd "${{ github.workspace }}" && ./doit.sh -n 4 --verbosity 2 --failure-verbosity 2
8886
- name: Prepare artifacts

0 commit comments

Comments
 (0)