File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
# run tests!
39
39
- run : mvn integration-test
40
40
- run : mvn cobertura:cobertura
41
- - run : bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action /master/codecov) -t ${CODECOV_TOKEN}
41
+ - run : bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash /master/codecov) -t ${CODECOV_TOKEN}
42
42
43
43
- run : mvn -s .circleci.settings.xml -DskipTests -Dgpg.skip deploy
44
44
Original file line number Diff line number Diff line change 159
159
<plugin >
160
160
<groupId >org.apache.maven.plugins</groupId >
161
161
<artifactId >maven-gpg-plugin</artifactId >
162
- <version >3.0.1</version >
163
- <configuration >
164
- <gpgArguments >
165
- <arg >--pinentry-mode</arg >
166
- <arg >loopback</arg >
167
- </gpgArguments >
168
- </configuration >
162
+ <version >3.0.1</version >
163
+ <configuration >
164
+ <gpgArguments >
165
+ <arg >--pinentry-mode</arg >
166
+ <arg >loopback</arg >
167
+ </gpgArguments >
168
+ </configuration >
169
169
<executions >
170
170
<execution >
171
171
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments