We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8817e commit 23b71beCopy full SHA for 23b71be
2 files changed
Makefile
@@ -24,11 +24,11 @@ bootstrap:
24
25
# This is supposed to be run within a docker container
26
build-revision:
27
- ${DEV_ENV_CMD} bash build.sh build-revision ${REVISION}
+ ${DEV_ENV_CMD} scripts/build build-revision ${REVISION}
28
29
30
build-tag:
31
- ${DEV_ENV_CMD} bash build.sh build-revision ${GIT_TAG}
+ ${DEV_ENV_CMD} scripts/build build-revision ${GIT_TAG}
32
@$(call build-install-script,${GIT_TAG})
33
34
build: build-tag build-revision
build.sh scripts/buildbuild.sh renamed to scripts/build
0 commit comments