tech(build): use build number as iteration number

This commit is contained in:
bergquist
2017-02-02 15:55:37 +01:00
parent a580113de4
commit 3e62b1b2d7
3 changed files with 12 additions and 5 deletions

View File

@@ -8,4 +8,5 @@ docker run -i -t --name gfbuild \
-v $(pwd)/dist:/tmp/dist \
-e "CIRCLE_BRANCH=${CIRCLE_BRANCH}" \
-e "CIRCLE_TAG=${CIRCLE_TAG}" \
-e "CIRCLE_BUILD_NUM=${CIRCLE_BUILD_NUM}"
grafana/buildcontainer