Skip to content

Commit

Permalink
wip(ci): debug 33
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mirwald committed Aug 15, 2024
1 parent ed186ea commit 873e859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class UploadPackageTaskWithWaitIntegrationTest {
val result = GradleRunner.create()
.forwardOutput()
.withProjectDir(testProjectDir.root)
.withArguments("build", "uploadPackage", "--no-daemon")
.withArguments("build", "uploadPackage")
.withEnvironment(System.getenv().toMutableMap().apply {
val home = System.getProperty("user.home")
put("GITHUB_PATH", "$home/.local/bin:${get("GITHUB_PATH")}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ abstract class UploadBuildInformationTask : DefaultTask() {
@TaskAction
fun execute() {
val (exitCode, inputText, errorText) = listOf(
"octo",
"/home/runner/.local/bin/octo",
"build-information",
"--server=${octopusUrl.get()}",
"--apiKey=${apiKey.get()}",
Expand Down

0 comments on commit 873e859

Please sign in to comment.