From 417d0111bda799133f8ece8fc019c23e186eec51 Mon Sep 17 00:00:00 2001 From: Yury Kanetski Date: Thu, 26 Jan 2023 11:36:23 +0100 Subject: [PATCH] CI: enable snapshot repo for snapshot releases --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c31ce6680ba..eb4590088fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -776,6 +776,9 @@ jobs: release-snapshot: executor: ndk-r22-latest-executor resource_class: medium+ + # Allow snapshot repository for snapshot releases + environment: + ALLOW_SNAPSHOT_REPOSITORY: true steps: - check-snapshot-label - checkout