We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500c152 commit f526420Copy full SHA for f526420
.circleci/config.yml
@@ -19,7 +19,7 @@ anchors:
19
set_git_origin_to_https: &set_git_origin_to_https
20
run:
21
name: set git origin to https
22
- command: git remote set-url --push origin https://github.com/diffplug/spotless
+ command: git remote set-url --push origin https://github.com/diffplug/durian-rx
23
version: 2
24
jobs:
25
# gradlew spotlessCheck assemble testClasses
@@ -57,8 +57,8 @@ jobs:
57
- *restore_cache_deps
58
- *set_git_origin_to_https
59
- run:
60
- name: gradlew :changelogPush
61
- command: ./gradlew :changelogPush -Prelease=true --stacktrace
+ name: gradlew changelogPush
+ command: ./gradlew changelogPush --stacktrace
62
workflows:
63
64
test:
0 commit comments