Skip to content

Commit 0d73576

Browse files
committed
pass argument to sript VCS_REF_CLIENT
1 parent 17f3111 commit 0d73576

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client

1 file changed

+1
-1
lines changed

services/static-webserver/client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ compile: ## qx compiles host' 'source' -> image's 'build-output'
5252
--build-arg VCS_STATUS_CLIENT=${VCS_STATUS_CLIENT} \
5353
--build-arg VCS_URL=${VCS_URL} \
5454
--target=build-client .
55-
python ./scripts/post-compile.py
55+
python ./scripts/post-compile.py ${VCS_REF_CLIENT}
5656

5757
touch: ## minimal image build with /project/output-build inside
5858
# touch /project/output-build such that multi-stage 'services/web/Dockerfile' can build development target (fixes #1097)

0 commit comments

Comments
 (0)