Skip to content

Commit 010956b

Browse files
committed
ci(release): stop pinning dev in canary
1 parent 82eb3ef commit 010956b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release-canary.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
run: |
2525
launchctl setenv OPENSHELL_DRIVERS vm
2626
27-
- name: Install dev and check status
27+
- name: Install and check status
2828
run: |
29-
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | OPENSHELL_VERSION=dev sh
29+
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
3030
openshell status
3131
3232
ubuntu:
@@ -46,9 +46,9 @@ jobs:
4646
printf 'OPENSHELL_DRIVERS=docker\n' > "${HOME}/.config/openshell/gateway.env"
4747
docker info
4848
49-
- name: Install dev and check status
49+
- name: Install and check status
5050
run: |
51-
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | OPENSHELL_VERSION=dev sh
51+
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
5252
openshell status
5353
5454
fedora:
@@ -67,7 +67,7 @@ jobs:
6767
printf 'OPENSHELL_DRIVERS=podman\n' > "${HOME}/.config/openshell/gateway.env"
6868
podman info
6969
70-
- name: Install dev and check status
70+
- name: Install and check status
7171
run: |
72-
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | OPENSHELL_VERSION=dev sh
72+
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
7373
openshell status

0 commit comments

Comments
 (0)