File tree Expand file tree Collapse file tree
api-scala/src/main/scala/com/codacy/api/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66references :
77 circleci_job : &circleci_job
88 docker :
9- - image : circleci/circleci-cli:0.1.29041
9+ - image : circleci/circleci-cli:0.1.34038
1010 working_directory : ~/workdir
1111
1212commands :
Original file line number Diff line number Diff line change @@ -22,10 +22,7 @@ class CodacyClient(
2222
2323 private val tokens = Map .empty[String , String ] ++
2424 apiToken.map(t => " api-token" -> t) ++
25- projectToken.map(t => " project-token" -> t) ++
26- // This is deprecated and is kept for backward compatibility. It will removed in the context of CY-1272
27- apiToken.map(t => " api_token" -> t) ++
28- projectToken.map(t => " project_token" -> t)
25+ projectToken.map(t => " project-token" -> t)
2926
3027 private val remoteUrl = new URL (new URL (apiUrl.getOrElse(" https://api.codacy.com" )), " /2.0" ).toString()
3128
You can’t perform that action at this time.
0 commit comments