From a53d8b6a7466ef87518afc36c3c378dc60fd0244 Mon Sep 17 00:00:00 2001 From: Andrew Mak Date: Mon, 3 Feb 2020 14:02:37 -0500 Subject: [PATCH] use nolsp devfile Signed-off-by: Andrew Mak --- build/scripts/pull_devfile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/pull_devfile.sh b/build/scripts/pull_devfile.sh index d40e5e480..290541de4 100755 --- a/build/scripts/pull_devfile.sh +++ b/build/scripts/pull_devfile.sh @@ -5,7 +5,7 @@ set -e BRANCH=${1:-master} VERSION=${1:-latest} -DEVFILE=https://raw.githubusercontent.com/eclipse/codewind-che-plugin/$BRANCH/devfiles/$VERSION/devfile.yaml +DEVFILE=https://raw.githubusercontent.com/eclipse/codewind-che-plugin/$BRANCH/devfiles/$VERSION/devfile_nolsp.yaml echo "Pulling down $DEVFILE"