pull/744/head
Flavius Lacatusu 2021-03-29 10:35:17 +02:00
parent e055c4e426
commit 34e428cff3
No known key found for this signature in database
GPG Key ID: 3C0A7685C14681A8
1 changed files with 0 additions and 9 deletions

View File

@ -401,12 +401,3 @@ waitWorkspaceStartedDevWorkspaceController() {
createWorkspaceDevWorkspaceCheOperator() {
oc apply -f https://raw.githubusercontent.com/che-incubator/devworkspace-che-operator/main/samples/flattened_theia-nodejs.yaml -n ${NAMESPACE}
}
installOlm() {
echo "[INFO] Installing test pre-requisistes"
IFS=$'\n' read -d '' -r -a olmApiGroups < <( kubectl api-resources --api-group=operators.coreos.com -o name ) || true
if [ -z "${olmApiGroups[*]}" ]; then
OLM_VERSION=v0.17.0
curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${OLM_VERSION}/install.sh | bash -s ${OLM_VERSION}
fi
}