File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
env :
12
12
CLOUD_DEV_IMAGE : quay.io/mloriedo/cloud-dev-images:alpine
13
13
EDITOR_IMAGE : quay.io/che-incubator/che-code:insiders
14
- CLUSTER_URL : https://api.sandbox-m2.ll9k .p1.openshiftapps.com:6443
14
+ CLUSTER_URL : https://api.rm1.0a51 .p1.openshiftapps.com:6443
15
15
16
16
jobs :
17
17
vscode-startup :
Original file line number Diff line number Diff line change 11
11
env :
12
12
CLOUD_DEV_IMAGE : quay.io/mloriedo/cloud-dev-images:busybox
13
13
EDITOR_IMAGE : quay.io/che-incubator/che-code:insiders
14
- CLUSTER_URL : https://api.sandbox-m2.ll9k .p1.openshiftapps.com:6443
14
+ CLUSTER_URL : https://api.rm1.0a51 .p1.openshiftapps.com:6443
15
15
16
16
jobs :
17
17
vscode-startup :
Original file line number Diff line number Diff line change 11
11
env :
12
12
CLOUD_DEV_IMAGE : quay.io/mloriedo/cloud-dev-images:fedora
13
13
EDITOR_IMAGE : quay.io/che-incubator/che-code:insiders
14
- CLUSTER_URL : https://api.sandbox-m2.ll9k .p1.openshiftapps.com:6443
14
+ CLUSTER_URL : https://api.rm1.0a51 .p1.openshiftapps.com:6443
15
15
16
16
jobs :
17
17
vscode-startup :
Original file line number Diff line number Diff line change 11
11
env :
12
12
CLOUD_DEV_IMAGE : quay.io/mloriedo/cloud-dev-images:golang
13
13
EDITOR_IMAGE : quay.io/che-incubator/che-code:insiders
14
- CLUSTER_URL : https://api.sandbox-m2.ll9k .p1.openshiftapps.com:6443
14
+ CLUSTER_URL : https://api.rm1.0a51 .p1.openshiftapps.com:6443
15
15
16
16
jobs :
17
17
vscode-startup :
Original file line number Diff line number Diff line change 11
11
env :
12
12
CLOUD_DEV_IMAGE : quay.io/mloriedo/cloud-dev-images:openjdk
13
13
EDITOR_IMAGE : quay.io/che-incubator/che-code:insiders
14
- CLUSTER_URL : https://api.sandbox-m2.ll9k .p1.openshiftapps.com:6443
14
+ CLUSTER_URL : https://api.rm1.0a51 .p1.openshiftapps.com:6443
15
15
16
16
jobs :
17
17
vscode-startup :
Original file line number Diff line number Diff line change 11
11
env :
12
12
CLOUD_DEV_IMAGE : quay.io/mloriedo/cloud-dev-images:ubi8
13
13
EDITOR_IMAGE : quay.io/che-incubator/che-code:insiders
14
- CLUSTER_URL : https://api.sandbox-m2.ll9k .p1.openshiftapps.com:6443
14
+ CLUSTER_URL : https://api.rm1.0a51 .p1.openshiftapps.com:6443
15
15
16
16
jobs :
17
17
vscode-startup :
Original file line number Diff line number Diff line change 11
11
env :
12
12
CLOUD_DEV_IMAGE : quay.io/mloriedo/cloud-dev-images:ubi9
13
13
EDITOR_IMAGE : quay.io/che-incubator/che-code:insiders
14
- CLUSTER_URL : https://api.sandbox-m2.ll9k .p1.openshiftapps.com:6443
14
+ CLUSTER_URL : https://api.rm1.0a51 .p1.openshiftapps.com:6443
15
15
16
16
jobs :
17
17
vscode-startup :
Original file line number Diff line number Diff line change 11
11
env :
12
12
CLOUD_DEV_IMAGE : quay.io/mloriedo/cloud-dev-images:ubuntu
13
13
EDITOR_IMAGE : quay.io/che-incubator/che-code:insiders
14
- CLUSTER_URL : https://api.sandbox-m2.ll9k .p1.openshiftapps.com:6443
14
+ CLUSTER_URL : https://api.rm1.0a51 .p1.openshiftapps.com:6443
15
15
CLUSTER_TOKEN : ${{ secrets.DEV_SANDBOX_TOKEN }}
16
16
17
17
jobs :
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -euo pipefail
3
3
4
- CLUSTER_URL=${CLUSTER_URL:- " https://api.sandbox-m2.ll9k .p1.openshiftapps.com:6443" }
4
+ CLUSTER_URL=${CLUSTER_URL:- " https://api.rm1.0a51 .p1.openshiftapps.com:6443" }
5
5
EDITOR_IMAGE=${EDITOR_IMAGE:- " quay.io/che-incubator/che-code:insiders" }
6
6
7
7
SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
You can’t perform that action at this time.
0 commit comments