We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cc673 commit 70e3749Copy full SHA for 70e3749
deploy.sbt.disabled
@@ -9,7 +9,7 @@ lazy val secret = project.settings(publishArtifact := false).in {
9
.setURI("https://github.com/ThoughtWorksInc/tw-data-china-continuous-delivery-password.git")
10
.setDirectory(secretDirectory)
11
.setCredentialsProvider(
12
- new org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider(sys.env.get(token, "")
+ new org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider(sys.env.get(token, ""))
13
)
14
.call()
15
.close()
0 commit comments