We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99507e commit a01036cCopy full SHA for a01036c
.github/workflows/build.yaml
@@ -81,8 +81,6 @@ jobs:
81
fetch-depth: 0
82
- name: Set safe directory (since container is root and not user 1001)
83
run: git config --global --add safe.directory ${{ github.workspace }}
84
- - name: Clean previous build artifacts
85
- run: cd "${{ github.workspace }}" && ./doit.sh clean
86
- name: Build everything
87
run: cd "${{ github.workspace }}" && ./doit.sh -n 4 --verbosity 2 --failure-verbosity 2
88
- name: Prepare artifacts
0 commit comments