Skip to content

Commit ed4bc06

Browse files
authored
Merge pull request #9 from jianxiaoguo/main
chore(pkg): update DEV_ENV_WORK_DIR
2 parents 46c96df + ada699c commit ed4bc06

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)