Skip to content

Commit 5bb48a9

Browse files
committed
Ignore release portions on CI right now, use manual deployment of stable releases
1 parent 7c426b1 commit 5bb48a9

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

.circleci/config.yml

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

67-
deploy_plugin_release:
68-
<<: *defaults
69-
steps:
70-
- attach_workspace:
71-
at: ~/root/project
72-
- restore_cache:
73-
<<: *cache_key
74-
- run:
75-
name: Deploy plugin
76-
command: ./gradlew generatePomFileForLibraryPublication publish :android-junit5:bintrayUpload --stacktrace
77-
78-
deploy_instrumentation_release:
79-
<<: *defaults
80-
steps:
81-
- attach_workspace:
82-
at: ~/root/project
83-
- restore_cache:
84-
<<: *cache_key
85-
- run:
86-
name: Deploy instrumentation
87-
command: ./gradlew generatePomFileForLibraryPublication publish :instrumentation:bintrayUpload :instrumentation-runner:bintrayUpload --stacktrace
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
77+
#
78+
# deploy_instrumentation_release:
79+
# <<: *defaults
80+
# steps:
81+
# - attach_workspace:
82+
# at: ~/root
83+
# - restore_cache:
84+
# <<: *cache_key
85+
# - run:
86+
# name: Deploy instrumentation
87+
# command: ./gradlew generatePomFileForLibraryPublication publish :instrumentation:bintrayUpload :instrumentation-runner:bintrayUpload --stacktrace
8888

8989
workflows:
9090
version: 2
@@ -98,19 +98,19 @@ 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-*
109-
- deploy_instrumentation_release:
110-
requires:
111-
- build
112-
filters:
113-
branches:
114-
only: master
115-
tags:
116-
only: instrumentation-*
101+
# - deploy_plugin_release:
102+
# requires:
103+
# - build
104+
# filters:
105+
# branches:
106+
# only: master
107+
# tags:
108+
# only: plugin-*
109+
# - deploy_instrumentation_release:
110+
# requires:
111+
# - build
112+
# filters:
113+
# branches:
114+
# only: master
115+
# tags:
116+
# only: instrumentation-*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# android-junit5 [![Travis Build Status](https://travis-ci.org/mannodermaus/android-junit5.svg?branch=master)][travisci]
1+
# android-junit5 [![CircleCI](https://circleci.com/gh/mannodermaus/android-junit5/tree/master.svg?style=svg)][circleci]
22

33
![Logo](.images/logo.png)
44

@@ -102,7 +102,7 @@ See also the [full License text](LICENSE).
102102

103103
[junit5gh]: https://github.com/junit-team/junit5
104104
[junit5ug]: https://junit.org/junit5/docs/current/user-guide
105-
[travisci]: https://travis-ci.org/mannodermaus/android-junit5
105+
[circleci]: https://circleci.com/gh/mannodermaus/android-junit5
106106
[sonatyperepo]: https://oss.sonatype.org/content/repositories/snapshots
107107
[sampletests]: sample/src/test
108108
[wiki-dsl]: https://github.com/mannodermaus/android-junit5/wiki/Configuration-DSL

0 commit comments

Comments
 (0)