Skip to content

Commit

Permalink
Merge pull request eclipse-che#4 from kabanero-io/master
Browse files Browse the repository at this point in the history
use nolsp devfile
  • Loading branch information
makandre authored Feb 3, 2020
2 parents 7cb6bd8 + a53d8b6 commit 4ce06bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/pull_devfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4ce06bb

Please sign in to comment.