File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8282 - name : Check location of self-hosted runner and define license server accordingly
8383 if : runner.name == 'pygeometry-ci-2'
8484 run :
85- echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
85+ echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.LICENSE_SERVER_INTERNAL }}" | Out-File -FilePath $env:GITHUB_ENV -Append
8686
8787 - name : Stop any running containers
8888 run : |
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237 - name : Check location of self-hosted runner and define license server accordingly
238238 if : env.SKIP_UNSTABLE == 'false' && runner.name == 'pygeometry-ci-2'
239239 run :
240- echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
240+ echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.LICENSE_SERVER_INTERNAL }}" | Out-File -FilePath $env:GITHUB_ENV -Append
241241
242242 - name : Stop any running containers
243243 run : |
@@ -759,7 +759,7 @@ jobs:
759759 - name : Check location of self-hosted runner and define license server accordingly
760760 if : runner.name == 'pygeometry-ci-2'
761761 run :
762- echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
762+ echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.LICENSE_SERVER_INTERNAL }}" | Out-File -FilePath $env:GITHUB_ENV -Append
763763
764764 - name : Validate connection using PyAnsys Geometry
765765 run : |
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 - name : Check location of self-hosted runner and define license server accordingly
133133 if : runner.name == 'pygeometry-ci-2'
134134 run :
135- echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.INTERNAL_LICENSE_SERVER }}" | Out-File -FilePath $env:GITHUB_ENV -Append
135+ echo "ANSRV_GEO_LICENSE_SERVER=${{ secrets.LICENSE_SERVER_INTERNAL }}" | Out-File -FilePath $env:GITHUB_ENV -Append
136136
137137 - name : Start Geometry service and verify start
138138 run : |
You can’t perform that action at this time.
0 commit comments