File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
3030 openshell status
3131
32+ - name : Create sandbox
33+ run : |
34+ openshell sandbox create \
35+ --no-keep \
36+ --no-tty \
37+ --no-auto-providers \
38+ -- /bin/sh -lc 'echo openshell-canary-sandbox-ok'
39+
3240 ubuntu :
3341 name : Ubuntu Docker
3442 if : ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
5159 curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
5260 openshell status
5361
62+ - name : Create sandbox
63+ run : |
64+ openshell sandbox create \
65+ --no-keep \
66+ --no-tty \
67+ --no-auto-providers \
68+ -- /bin/sh -lc 'echo openshell-canary-sandbox-ok'
69+
5470 fedora :
5571 name : Fedora RPM
5672 if : ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
7187 run : |
7288 curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/${{ github.event.workflow_run.head_sha || github.sha }}/install.sh | sh
7389 openshell status
90+
91+ - name : Create sandbox
92+ run : |
93+ openshell sandbox create \
94+ --no-keep \
95+ --no-tty \
96+ --no-auto-providers \
97+ -- /bin/sh -lc 'echo openshell-canary-sandbox-ok'
You can’t perform that action at this time.
0 commit comments