Skip to content

Commit

Permalink
Update testBuildArtifacts.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 24, 2024
1 parent d0785f9 commit 587ec2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testBuildArtifacts.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="data-provider-inte
var artifact = "https://cdn.lucee.org/#arguments.version#.jar";

systemOutput( "Downloading #artifact# (cache miss)", true);
http url=artifact method="get" result="local.core" path=variables.artifacts;
http url=artifact method="get" result="local.core" path=variables.artifacts throwonerror="true";
var file = directoryList(path=variables.artifacts, filter="#arguments.version#.jar");
//systemOutput(file, true);
systemOutput(file, true);
return file[ 1 ];
}

Expand Down

0 comments on commit 587ec2d

Please sign in to comment.