Skip to content

Commit f526420

Browse files
committed
Fix the remote URL.
1 parent 500c152 commit f526420

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ anchors:
1919
set_git_origin_to_https: &set_git_origin_to_https
2020
run:
2121
name: set git origin to https
22-
command: git remote set-url --push origin https://github.com/diffplug/spotless
22+
command: git remote set-url --push origin https://github.com/diffplug/durian-rx
2323
version: 2
2424
jobs:
2525
# gradlew spotlessCheck assemble testClasses
@@ -57,8 +57,8 @@ jobs:
5757
- *restore_cache_deps
5858
- *set_git_origin_to_https
5959
- run:
60-
name: gradlew :changelogPush
61-
command: ./gradlew :changelogPush -Prelease=true --stacktrace
60+
name: gradlew changelogPush
61+
command: ./gradlew changelogPush --stacktrace
6262
workflows:
6363
version: 2
6464
test:

0 commit comments

Comments
 (0)