We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb269b commit 3f24e09Copy full SHA for 3f24e09
.github/workflows/release.yml
@@ -88,6 +88,11 @@ jobs:
88
artifactName: lambda-zip
89
artifactPath: "elastic-apm-agent/target/elastic-apm-java-aws-lambda-layer-*.zip"
90
artifactIfNoFilesFound: error
91
+ # The action fails with .github/actions/buildkite/run.sh: line 24: 3: parameter missing.
92
+ # Which is an unexpected bug.
93
+ # Adding a random buildEnvVar to circumvent the behaviour.
94
+ buildEnvVars: |
95
+ something_something=true
96
97
98
await_artifact_on_maven_central:
0 commit comments