Skip to content

Commit 9b4793b

Browse files
authored
CI: enable snapshot repo for snapshot releases (#6870)
1 parent bad8bb0 commit 9b4793b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,9 @@ jobs:
778778
release-snapshot:
779779
executor: ndk-r22-latest-executor
780780
resource_class: medium+
781+
# Allow snapshot repository for snapshot releases
782+
environment:
783+
ALLOW_SNAPSHOT_REPOSITORY: true
781784
steps:
782785
- checkout
783786
- assemble-core-release

0 commit comments

Comments
 (0)