From 4627aa867a2daa3820fa58ffdb94d8d46cb769bf Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 7 Feb 2022 14:27:21 +0100 Subject: [PATCH] Update devfile.yaml --- devfile.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devfile.yaml b/devfile.yaml index d43eb5e..cae6b8f 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -25,6 +25,8 @@ components: env: - value: '/projects/.che/gopath:$(CHE_PROJECTS_ROOT)' name: GOPATH + - value: '/projects/.che/gopath/bin:$(CHE_PROJECTS_ROOT)/bin:/home/jboss/.local/bin:/home/jboss/bin:/usr/share/Modules/bin:/usr/bin:/usr/bin:/home/jboss/go/bin:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' + name: PATH - value: /tmp/.cache name: GOCACHE commands: