File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 run : docker pull ${{ env.ANSRV_GEO_IMAGE }}:${{ matrix.docker-image }}
184184
185185 - name : Check location of self-hosted runner and define license server accordingly
186- if : env.SKIP_UNSTABLE == 'false' && ( runner.name == 'pygeometry-ci-1' || runner.name == 'pygeometry-ci-2')
186+ if : env.SKIP_UNSTABLE == 'false' && runner.name == 'pygeometry-ci-2'
187187 run :
188188 echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
189189
@@ -297,7 +297,7 @@ jobs:
297297 run : docker pull $env:ANSRV_GEO_IMAGE_WINDOWS_TAG
298298
299299 - name : Check location of self-hosted runner and define license server accordingly
300- if : runner.name == 'pygeometry-ci-1' || runner.name == 'pygeometry-ci- 2'
300+ if : runner.name == 'pygeometry-ci-2'
301301 run :
302302 echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
303303
@@ -593,7 +593,7 @@ jobs:
593593 docker build -f windows/Dockerfile -t ghcr.io/ansys/geometry:windows-latest-tmp .
594594
595595 - name : Check location of self-hosted runner and define license server accordingly
596- if : runner.name == 'pygeometry-ci-1' || runner.name == 'pygeometry-ci- 2'
596+ if : runner.name == 'pygeometry-ci-2'
597597 run :
598598 echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
599599
Original file line number Diff line number Diff line change 6464 docker pull $env:ANSRV_GEO_IMAGE_WINDOWS_TAG
6565
6666 - name : Check location of self-hosted runner and define license server accordingly
67- if : runner.name == 'pygeometry-ci-1' || runner.name == 'pygeometry-ci- 2'
67+ if : runner.name == 'pygeometry-ci-2'
6868 run :
6969 echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
7070
Original file line number Diff line number Diff line change 1+ ci: remove pygeometry-ci-1 specific logic
You can’t perform that action at this time.
0 commit comments