Skip to content

Commit 5eb9f91

Browse files
committed
next try
1 parent 7588177 commit 5eb9f91

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
key: v1-gradle-wrapper-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
1818
- restore_cache:
1919
key: v1-gradle-cache-{{ checksum "build.gradle" }}
20-
- run: echo $SONATYPE_NEXUS_USERNAME
21-
- run: echo $SONATYPE_NEXUS_PASSWORD
22-
- run: echo $ORG_GRADLE_PROJECT_mavenCentralUsername
23-
- run: echo $ORG_GRADLE_PROJECT_mavenCentralPassword
2420
- run:
2521
name: Build and test library
2622
command: "./gradlew build test"
@@ -54,6 +50,12 @@ jobs:
5450
key: v1-gradle-wrapper-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
5551
- restore_cache:
5652
key: v1-gradle-cache-{{ checksum "build.gradle" }}
53+
- run:
54+
name: print username
55+
command: echo $SONATYPE_NEXUS_USERNAME
56+
- run: echo $SONATYPE_NEXUS_PASSWORD
57+
- run: echo $ORG_GRADLE_PROJECT_mavenCentralUsername
58+
- run: echo $ORG_GRADLE_PROJECT_mavenCentralPassword
5759
- run:
5860
name: Prepare GPG keystore file
5961
command: |

0 commit comments

Comments
 (0)