Skip to content

Commit 9fe0083

Browse files
committed
chore(workflow-cli): remove install.tmpl
1 parent 253ba4d commit 9fe0083

2 files changed

Lines changed: 1 addition & 71 deletions

File tree

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# the filepath to this repository, relative to $GOPATH/src
2+
VERSION ?= canary
23
REPO_PATH := github.com/drycc/workflow-cli
34
DEV_ENV_IMAGE := ${DEV_REGISTRY}/drycc/go-dev
45
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
@@ -7,17 +8,12 @@ DIST_DIR ?= _dist
78

89
DEV_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-
1411
bootstrap:
1512
${DEV_ENV_CMD} go mod vendor
1613

1714
# This is supposed to be run within a docker container
1815
build:
1916
${DEV_ENV_CMD} scripts/build ${VERSION}
20-
@$(call build-install-script,${VERSION})
2117

2218
test-style:
2319
${DEV_ENV_CMD} lint

install.tmpl

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)