From 5a1342018dd26b793a6ea260d8554be1335f490a Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Tue, 13 Jun 2023 10:09:53 +0200 Subject: [PATCH 1/2] Temporary buildkite action usage fix --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9462bb2264..cddce4d65c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,6 +88,11 @@ jobs: artifactName: lambda-zip artifactPath: "elastic-apm-agent/target/elastic-apm-java-aws-lambda-layer-*.zip" artifactIfNoFilesFound: error + # The action fails with .github/actions/buildkite/run.sh: line 24: 3: parameter missing. + # Which is an unexpected bug. + # Adding a random buildEnvVar to circumvent the behaviour. + buildEnvVars: | + something_something: true await_artifact_on_maven_central: From 7691d83fc73c1a98c1628caf428f3c867e9abd9e Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Tue, 13 Jun 2023 10:11:18 +0200 Subject: [PATCH 2/2] Fix syntax --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cddce4d65c..848040f708 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: # Which is an unexpected bug. # Adding a random buildEnvVar to circumvent the behaviour. buildEnvVars: | - something_something: true + something_something=true await_artifact_on_maven_central: