We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a05eec6 + 00a20eb commit 20d2867Copy full SHA for 20d2867
1 file changed
Makefile
@@ -2,7 +2,7 @@
2
VERSION ?= canary
3
REPO_PATH := github.com/drycc/workflow-cli
4
DEV_ENV_IMAGE := ${DEV_REGISTRY}/drycc/go-dev
5
-DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
+DEV_ENV_WORK_DIR := /opt/drycc/go/src/${REPO_PATH}
6
7
DIST_DIR ?= _dist
8
0 commit comments