Skip to content

Commit

Permalink
github/workflows : dont continue on error remove not needed git config
Browse files Browse the repository at this point in the history
Signed-off-by: Graeme Gregory <[email protected]>
  • Loading branch information
xXorAa committed Feb 7, 2024
1 parent 622cfbf commit a7e4540
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- get_release_definitions
env:
RELEASE_TAG: ${{needs.get_release_definitions.outputs.RELEASE_TAG}}
continue-on-error: true
continue-on-error: false
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- get_release_definitions
env:
RELEASE_TAG: ${{needs.get_release_definitions.outputs.RELEASE_TAG}}
continue-on-error: true
continue-on-error: false
strategy:
matrix:
include:
Expand Down Expand Up @@ -176,11 +176,6 @@ jobs:
;;
esac
run: |
git config --global --add safe.directory ${PWD}
git config --global --add safe.directory ${PWD}/sQLux
git config --global --add safe.directory ${PWD}/sQLux/args
git config --global --add safe.directory ${PWD}/sQLux/sdl-gpu
git config --global --add safe.directory ${PWD}/sQLux/sds
echo "############### configuring cmake"
cmake -B build/ \
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
Expand Down Expand Up @@ -214,7 +209,7 @@ jobs:
- get_release_definitions
env:
RELEASE_TAG: ${{needs.get_release_definitions.outputs.RELEASE_TAG}}
continue-on-error: true
continue-on-error: false
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -267,7 +262,7 @@ jobs:
- get_release_definitions
env:
RELEASE_TAG: ${{needs.get_release_definitions.outputs.RELEASE_TAG}}
continue-on-error: true
continue-on-error: false
strategy:
matrix:
include:
Expand Down

0 comments on commit a7e4540

Please sign in to comment.