File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ workflows:
235235 install_sbt_version : 1.10.5
236236 openjdk_version : ' 17'
237237 context : CodacyAWS
238+ no_output_timeout : " 30m"
238239 cmd : |
239240 sbt "retrieveGPGKeys;
240241 codacyAnalysisCore/publishSigned;
@@ -263,11 +264,11 @@ workflows:
263264 openjdk_version : ' 17'
264265 persist_to_workspace : true
265266 cmd : |
266- sbt "set codacyAnalysisCli / version := \"$(cat .version)\";
267+ sbt "set codacyAnalysisCli / version := \"$(cat ~/workdir/ .version)\";
267268 set assembly / test := {};
268269 codacyAnalysisCli/assembly"
269270 mkdir -p ~/workdir/artifacts/
270- mv ./cli/target/scala-2.12/codacy-analysis-cli-assembly-$(cat .version).jar ~/workdir/artifacts/
271+ mv ./cli/target/scala-2.12/codacy-analysis-cli-assembly-$(cat ~/workdir/ .version).jar ~/workdir/artifacts/
271272 cache_prefix : *cache_prefix
272273 requires :
273274 - publish_docker_locally
You can’t perform that action at this time.
0 commit comments