Skip to content

Commit f825c35

Browse files
committed
Fix release command copy/paste error
1 parent 027c67c commit f825c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ aliases:
2323
git config --global user.email "circleci@entur.no"
2424
git config --global user.name "circleci"
2525
git checkout master
26-
mvn gitflow:release-start gitflow:release-finish -DskipTests=true -pl gbfs-java-model -Prelease -DpostReleaseGoals=deploy -DargLine='-Prelease -pl gbfs-java-model -DskipTests -s .circleci/settings.xml' -B -s .circleci/settings.xml
26+
mvn gitflow:release-start gitflow:release-finish -DskipTests=true -Prelease -DpostReleaseGoals=deploy -DargLine='-Prelease -DskipTests -s .circleci/settings.xml' -B -s .circleci/settings.xml
2727
- &import_gpg_key
2828
name: Configure GPG private key for signing project artifacts in OSS Sonatype
2929
command: |

0 commit comments

Comments
 (0)