Skip to content

Commit 23b71be

Browse files
committed
chore(workflow-cli): change build script dir
1 parent af8817e commit 23b71be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ bootstrap:
2424

2525
# This is supposed to be run within a docker container
2626
build-revision:
27-
${DEV_ENV_CMD} bash build.sh build-revision ${REVISION}
27+
${DEV_ENV_CMD} scripts/build build-revision ${REVISION}
2828

2929
# This is supposed to be run within a docker container
3030
build-tag:
31-
${DEV_ENV_CMD} bash build.sh build-revision ${GIT_TAG}
31+
${DEV_ENV_CMD} scripts/build build-revision ${GIT_TAG}
3232
@$(call build-install-script,${GIT_TAG})
3333

3434
build: build-tag build-revision
File renamed without changes.

0 commit comments

Comments
 (0)