We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7412dc7 commit 2cec97fCopy full SHA for 2cec97f
Makefile
@@ -76,3 +76,7 @@ run-dev:
76
--cluster-cidr=10.244.0.0/16 \
77
--cloud-provider=external \
78
-v=4
79
+
80
+.PHONY: version
81
+version:
82
+ @echo ${VERSION}
wercker.yml
@@ -8,7 +8,7 @@ build:
8
- script:
9
name: write VERSION.txt
10
code: |
11
- git describe --always --dirty > ${WERCKER_OUTPUT_DIR}/VERSION.txt
+ make version > ${WERCKER_OUTPUT_DIR}/VERSION.txt
12
cat ${WERCKER_OUTPUT_DIR}/VERSION.txt
13
14
0 commit comments