Skip to content

Commit c103d0f

Browse files
committed
try
1 parent be6dae4 commit c103d0f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -776,13 +776,12 @@ jobs:
776776
release-snapshot:
777777
executor: ndk-r22-latest-executor
778778
resource_class: medium+
779+
# Allow snapshot repository for snapshot releases
780+
environment:
781+
ALLOW_SNAPSHOT_REPOSITORY: true
779782
steps:
780783
- check-snapshot-label
781784
- checkout
782-
- run:
783-
name: Allow snapshot repository for snapshot releases
784-
environment:
785-
ALLOW_SNAPSHOT_REPOSITORY: true
786785
- assemble-core-release
787786
- assemble-ui-release
788787
- prepare-mbx-ci

0 commit comments

Comments
 (0)