Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Oct 21, 2023
1 parent e88871e commit 424625a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/continuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
CMAKE_CXX_COMPILER: /opt/rh/gcc-toolset-12/root/bin/g++
CMAKE_C_COMPILER: /opt/rh/gcc-toolset-12/root/bin/gcc
CMAKE_BUILD_TYPE: Debug

- name: ubi8.8-gcc12-release
DOCKER_REPOSITORY: geosx/ubi8:ubi8.8
OS: ubuntu-22.04
Expand All @@ -102,11 +102,3 @@ jobs:
CMAKE_BUILD_TYPE: ${{ matrix.CMAKE_BUILD_TYPE }}
HOST_CONFIG: hostconfigs/environment.cmake
run: ./scripts/ci_build_and_test.sh

# Convenience job - passes when all other jobs have passed.
check_that_all_jobs_succeeded:
runs-on: ubuntu-22.04
needs: [linux_builds]
steps:
- name: Success
run: "true"

0 comments on commit 424625a

Please sign in to comment.