File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 22 <servers >
33 <server >
44 <id >ossrh</id >
5- <username >${env.OSSRH_USERNMAE }</username >
5+ <username >${env.OSSRH_USERNAME }</username >
66 <password >${env.OSSRH_PASSWORD}</password >
77 </server >
88 <server >
99 <id >gpg.passphrase</id >
1010 <passphrase >${env.GPG_PASSPHRASE}</passphrase >
1111 </server >
1212 </servers >
13- </settings >
13+ </settings >
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444 paths :
4545 - ~/.m2
4646 key : v1-dependencies-{{ checksum "pom.xml" }}
47-
47+
4848 # run tests!
4949 # - run: mvn pmd:check
50-
50+
5151 - run : mvn integration-test
5252
5353 - early_return_for_forked_pull_requests
54-
54+
5555 - run : bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
5656
5757 - run : mvn -s .circleci.settings.xml -DskipTests deploy
@@ -60,7 +60,9 @@ workflows:
6060 version : 2
6161 commit :
6262 jobs :
63- - build
63+ - build :
64+ context :
65+ - common
6466 nightly :
6567 triggers :
6668 - schedule :
You can’t perform that action at this time.
0 commit comments