File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# the filepath to this repository, relative to $GOPATH/src
2+ VERSION ?= canary
23REPO_PATH := github.com/drycc/workflow-cli
34DEV_ENV_IMAGE := ${DEV_REGISTRY}/drycc/go-dev
45DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
@@ -7,17 +8,12 @@ DIST_DIR ?= _dist
78
89DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
910
10- define build-install-script
11- sed "s|{{DRYCC-CLIENT-VERSION}}|${VERSION}|g" "install.tmpl" > "${DIST_DIR}/install-drycc.sh"
12- endef
13-
1411bootstrap :
1512 ${DEV_ENV_CMD} go mod vendor
1613
1714# This is supposed to be run within a docker container
1815build :
1916 ${DEV_ENV_CMD} scripts/build ${VERSION}
20- @$(call build-install-script,${VERSION})
2117
2218test-style :
2319 ${DEV_ENV_CMD} lint
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments