name binary using SHA

This commit is contained in:
Gleb Bahmutov
2017-06-28 14:47:01 -04:00
parent 3ee1dc4229
commit 37e6e1720c
+2 -1
View File
@@ -233,7 +233,8 @@ jobs:
steps:
- restore_cache:
key: cypress-monorepo-{{ .Branch }}-{{ .Revision }}
- run: npm run binary-build -- --platform linux --version 0.0.0-{{ .Branch }}-{{ .Revision }}
- run: echo "Building version 0.0.0-$CIRCLE_BRANCH-${CIRCLE_SHA1:0:7}"
- run: npm run binary-build -- --platform linux --version "0.0.0-$CIRCLE_BRANCH-${CIRCLE_SHA1:0:7}"
workflows:
version: 2