-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -469,7 +469,7 @@ jobs: | |
- name: Build Docker image | ||
working-directory: docker | ||
run: | | ||
docker build -f Dockerfile.windows -t ghcr.io/ansys/geometry:windows-latest-tmp . | ||
docker build -f windows/Dockerfile -t ghcr.io/ansys/geometry:windows-latest-tmp . | ||
- name: Check location of self-hosted runner and define license server accordingly | ||
if: runner.name == 'pygeometry-ci-1' || runner.name == 'pygeometry-ci-2' | ||
|
@@ -500,10 +500,10 @@ jobs: | |
.\.venv\Scripts\Activate.ps1 | ||
pytest -v --use-existing-service=yes | ||
- name: "Compressing Dockerfile.windows" | ||
- name: "Compressing Windows Dockerfile" | ||
uses: vimtor/[email protected] | ||
with: | ||
files: docker/Dockerfile.windows | ||
files: docker/windows/Dockerfile | ||
dest: windows-dockerfile.zip | ||
|
||
- name: Upload Windows Dockerfile | ||
|
@@ -561,7 +561,7 @@ jobs: | |
- name: Build Docker image | ||
working-directory: docker | ||
run: | | ||
docker build -f Dockerfile.linux -t ghcr.io/ansys/geometry:linux-latest-tmp . | ||
docker build -f linux/Dockerfile -t ghcr.io/ansys/geometry:linux-latest-tmp . | ||
- name: Launch Geometry service | ||
run: | | ||
|
@@ -590,10 +590,10 @@ jobs: | |
checkout: false | ||
requires-xvfb: true | ||
|
||
- name: "Compressing Dockerfile.linux" | ||
- name: "Compressing Linux Dockerfile" | ||
uses: vimtor/[email protected] | ||
with: | ||
files: docker/Dockerfile.linux | ||
files: docker/linux/Dockerfile | ||
dest: linux-dockerfile.zip | ||
|
||
- name: Upload Linux Dockerfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters