Skip to content

Commit ada699c

Browse files
author
lijianguo
committed
chore(pkg): update DEV_ENV_WORK_DIR
1 parent 46c96df commit ada699c

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
@@ -4,7 +4,7 @@
44
# - Kubernetes service, rc, pod, secret, volume names
55
REPO_PATH := github.com/drycc/pkg
66
DEV_ENV_IMAGE := drycc/go-dev
7-
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
7+
DEV_ENV_WORK_DIR := /opt/drycc/go/src/${REPO_PATH}
88

99
# Enable vendor/ directory support.
1010
export GO15VENDOREXPERIMENT=1

0 commit comments

Comments
 (0)