From a7eb50d82d64b73703a1ef0941bd57c3a866fb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Mon, 4 Apr 2022 18:02:37 +0200 Subject: [PATCH] version dependecies --- .circleci/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c01e65c5..682a5d23c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,18 +40,21 @@ workflows: requires: - lint - test-server + - get-version - docker-build-and-publish-frontend: context: *docker-hub-context filters: *filters-build requires: - lint + - get-version - docker-build-and-publish-webhooks: context: *docker-hub-context filters: *filters-build requires: - lint + - get-version - test-server - docker-build-and-publish-file-imports: @@ -59,6 +62,7 @@ workflows: filters: *filters-build requires: - lint + - get-version - test-server - docker-build-and-publish-previews: @@ -66,6 +70,7 @@ workflows: filters: *filters-build requires: - lint + - get-version - test-server - docker-build-and-publish-test-container: @@ -73,6 +78,7 @@ workflows: filters: *filters-build requires: - lint + - get-version - test-server - publish-helm-chart: @@ -80,6 +86,7 @@ workflows: requires: - lint - test-server + - get-version - docker-build-and-publish-server - docker-build-and-publish-frontend - docker-build-and-publish-webhooks @@ -109,7 +116,7 @@ jobs: - run: mkdir -p workspace - run: name: set version - command: SPECKLE_VERSION = ./.circleci/get_version.sh + command: SPECKLE_VERSION=./.circleci/get_version.sh # - run: # name: set var # command: echo "export BAZ=baz.`date +%Y%m%d.%H%M`" >> $BASH_ENV