Skip to content

Commit 3f24e09

Browse files
authored
Temporary buildkite action usage fix (#3180)
* Temporary buildkite action usage fix * Fix syntax
1 parent 9cb269b commit 3f24e09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
8888
artifactName: lambda-zip
8989
artifactPath: "elastic-apm-agent/target/elastic-apm-java-aws-lambda-layer-*.zip"
9090
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
9196
9297
9398
await_artifact_on_maven_central:

0 commit comments

Comments
 (0)