From 6bd533b54dc0b7e756c5421ed22fea1906963865 Mon Sep 17 00:00:00 2001 From: Dick Meuleman Date: Thu, 19 Dec 2024 13:15:19 +0100 Subject: [PATCH] OAS-10426 | fix ci build --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5863698..a92b96e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,10 +65,12 @@ workflows: build_test_store_artifacts: jobs: - build: + context: agrelease filters: tags: only: /.*/ - deploy-release: + context: agrelease requires: - build filters: @@ -85,4 +87,5 @@ workflows: only: master jobs: - build: + context: agrelease update_modules: true \ No newline at end of file