Skip to content

Commit df5242b

Browse files
authored
fix: Update org references for install-dpf-server (v2.3) (#66)
* Update org references for install-dpf-server * Update to windows 2022 * Update ANSYS_VERSION * Update other env var * Update install-dpf-docker as well
1 parent 905b958 commit df5242b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
jobs:
1515
test_windows:
1616
name: Windows
17-
runs-on: windows-2019
17+
runs-on: windows-2022
1818

1919
env:
20-
ANSYS_VERSION: 232
20+
ANSYS_VERSION: 261
2121

2222
steps:
2323
- uses: actions/checkout@v3.5.2
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252

5353
env:
54-
ANSYS_VERSION: 232
54+
ANSYS_VERSION: 261
5555

5656
steps:
5757
- uses: actions/checkout@v3.5.2

install-dpf-docker/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Install DPF Server"
22
description: "Install and test DPF Server for different OS and versions"
33
inputs:
44
dpf-standalone-TOKEN:
5-
description: "github secret to access https://github.com/ansys-dpf/dpf-standalone"
5+
description: "github secret to access https://github.com/ansys-internal/dpf-standalone"
66
required: true
77
ANSYS_VERSION:
88
description: "Ansys release version number in the format 232"
@@ -33,7 +33,7 @@ runs:
3333
BranchName="linux_release-"${ANSYS_VERSION_WITH_POINT}"${{inputs.standalone_suffix}}"
3434
echo $BranchName
3535
36-
git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-dpf/dpf-standalone dpf-standalone
36+
git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-internal/dpf-standalone dpf-standalone
3737
ls dpf-standalone/
3838
3939
cd dpf-standalone/ansys/dpf/

install-dpf-server/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: "Install DPF Server"
22
description: "Install and test DPF Server for different OS and versions"
33
inputs:
44
dpf-standalone-TOKEN:
5-
description: "github secret to access https://github.com/ansys-dpf/dpf-standalone"
5+
description: "github secret to access https://github.com/ansys-internal/dpf-standalone"
66
required: true
77
ANSYS_VERSION:
8-
description: "Ansys release version number in the format 232"
8+
description: "Ansys release version number in the format 261"
99
required: false
10-
default: "232"
10+
default: "261"
1111
standalone_suffix:
1212
description: "Suffix of the branch on standalone"
1313
required: false
@@ -34,7 +34,7 @@ runs:
3434
}
3535
$BranchName = if ("${{runner.os}}" -eq "Linux") { "linux_release-$ANSYS_VERSION_WITH_POINT" } else { "win_release-$ANSYS_VERSION_WITH_POINT" }
3636
echo "cloning standalone branch name: " $BranchName
37-
git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-dpf/dpf-standalone dpf-standalone/v${{inputs.ANSYS_VERSION}}
37+
git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-internal/dpf-standalone dpf-standalone/v${{inputs.ANSYS_VERSION}}
3838
echo "pwd: "
3939
pwd
4040
echo "ls: "

0 commit comments

Comments
 (0)