Skip to content

Commit 20d2867

Browse files
authored
Merge pull request #22 from jianxiaoguo/main
chore(workflow-cli): update DEV_ENV_WORK_DIR
2 parents a05eec6 + 00a20eb commit 20d2867

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)