Skip to content

Commit

Permalink
Merge pull request ThoughtWorksInc#17 from ThoughtWorksInc/features/s…
Browse files Browse the repository at this point in the history
…bt-best-practice-deploy

Update deploy.sbt.disabled
  • Loading branch information
Atry authored May 4, 2018
2 parents d4c17d2 + c9406d1 commit 3f15fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sbt.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val secret = project.settings(publishArtifact := false).in {
.setURI("https://github.com/ThoughtWorksInc/tw-data-china-continuous-delivery-password.git")
.setDirectory(secretDirectory)
.setCredentialsProvider(
new org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider(sys.env.get(token, ""))
new org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider(sys.env.get(token), "")
)
.call()
.close()
Expand Down

0 comments on commit 3f15fca

Please sign in to comment.