File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,12 @@ export EDITOR_IMAGE="quay.io/che-incubator/che-code:insiders"
4848export CLUSTER_URL=" https://api.rm1.0a51.p1.openshiftapps.com:6443"
4949export CLUSTER_TOKEN=" <token>"
5050export EDITOR_IMAGE=" quay.io/che-incubator/che-code:insiders"
51- imgs=( " ubi8" " ubi9" " alpine" " busybox" " docker" " golang" " openjdk" " fedora" " ubuntu" )
5251
53- for img in " ${imgs[@]} " ; do gh workflow run ${img} -vscode-startup.yaml -f sandboxURL=" ${CLUSTER_URL} " -f sandboxToken=" ${CLUSTER_TOKEN} " -f editorImage=" ${EDITOR_IMAGE} " ; done
52+ imgs=( " ubi8" " ubi9" " alpine" " busybox" " docker" " golang" " openjdk" " fedora" " ubuntu" )
53+ for img in " ${imgs[@]} " ; do
54+ gh workflow run ${img} -vscode-startup.yaml \
55+ -f sandboxURL=" ${CLUSTER_URL} " \
56+ -f sandboxToken=" ${CLUSTER_TOKEN} " \
57+ -f editorImage=" ${EDITOR_IMAGE} "
58+ done
5459```
You can’t perform that action at this time.
0 commit comments