Skip to content

Commit 825b72c

Browse files
committed
Update Circle config
1 parent 1ec0d83 commit 825b72c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.circleci/config.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ jobs:
6464
name: Deploy SNAPSHOTs
6565
command: ./gradlew publishLibraryPublicationToSnapshotRepository --stacktrace --no-daemon
6666

67-
# deploy_plugin_release:
68-
# <<: *defaults
69-
# steps:
70-
# - attach_workspace:
71-
# at: ~/root
72-
# - restore_cache:
73-
# <<: *cache_key
74-
# - run:
75-
# name: Deploy plugin
76-
# command: ./gradlew generatePomFileForLibraryPublication publish :android-junit5:bintrayUpload --stacktrace --no-daemon
77-
#
67+
deploy_plugin_release:
68+
<<: *defaults
69+
steps:
70+
- attach_workspace:
71+
at: ~/root
72+
- restore_cache:
73+
<<: *cache_key
74+
- run:
75+
name: Deploy plugin
76+
command: ./gradlew generatePomFileForLibraryPublication publish :android-junit5:bintrayUpload --stacktrace --no-daemon
77+
7878
# deploy_instrumentation_release:
7979
# <<: *defaults
8080
# steps:
@@ -98,14 +98,14 @@ workflows:
9898
filters:
9999
branches:
100100
only: master
101-
# - deploy_plugin_release:
102-
# requires:
103-
# - build
104-
# filters:
105-
# branches:
106-
# only: master
107-
# tags:
108-
# only: plugin-*
101+
- deploy_plugin_release:
102+
requires:
103+
- build
104+
filters:
105+
branches:
106+
only: master
107+
tags:
108+
only: plugin-*
109109
# - deploy_instrumentation_release:
110110
# requires:
111111
# - build

0 commit comments

Comments
 (0)