Skip to content

Commit 00a20eb

Browse files
author
lijianguo
committed
chore(workflow-cli): update DEV_ENV_WORK_DIR
1 parent a05eec6 commit 00a20eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION ?= canary
33
REPO_PATH := github.com/drycc/workflow-cli
44
DEV_ENV_IMAGE := ${DEV_REGISTRY}/drycc/go-dev
5-
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
5+
DEV_ENV_WORK_DIR := /opt/drycc/go/src/${REPO_PATH}
66

77
DIST_DIR ?= _dist
88

0 commit comments

Comments
 (0)