set speckle version

This commit is contained in:
Gergő Jedlicska
2022-04-04 18:12:36 +02:00
parent 1197473ca3
commit 8607df5aae
+1 -1
View File
@@ -116,7 +116,7 @@ jobs:
- run: mkdir -p workspace
- run:
name: set version
command: echo "export SPECKLE_VERSION=./.circleci/get_version.sh" >> workspace/env-vars
command: SPECKLE_VERSION=$(./.circleci/get_version.sh)
# - run:
# name: set var
# command: echo "export BAZ=baz.`date +%Y%m%d.%H%M`" >> $BASH_ENV