Skip to content

Commit

Permalink
Revert env variable changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShammiL committed Nov 29, 2023
1 parent 91d5d1d commit cad6f09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public void testAddRemoteRepository() {

@Test
public void testAddRemoteRepositoryWithCredentials() {
String username = System.getenv("publishUser");
String password = System.getenv("publishPAT");
String username = System.getenv("MAVEN_RESOLVER_USERNAME");
String password = System.getenv("MAVEN_RESOLVER_PASSWORD");
if (username == null && password == null) {
return;
}
Expand Down

0 comments on commit cad6f09

Please sign in to comment.