Fix artifact path for integration with ubireleaser (#14319) (#14320)

<artifact_path> need to be hardcoded so it can be replaced properly by
the ubireleaser during the creation of the Ironbank merge request.

Relates to https://github.com/elastic/logstash/pull/14298/

(cherry picked from commit 79c36c5ac2)

Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-06-30 16:24:29 +01:00 committed by GitHub
parent 7f9b477bad
commit a7ad660155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ labels:
# List of resources to make available to the offline build context
resources:
- filename: logstash-{{ elastic_version }}-linux-x86_64.tar.gz
url: https://artifacts.elastic.co/downloads/logstash/logstash-{{ elastic_version }}-linux-x86_64.tar.gz
url: <artifact_path>/logstash-{{ elastic_version }}-linux-x86_64.tar.gz
validation:
type: sha512
value: <INSERT SHA512 VALUE FROM https://artifacts.elastic.co/downloads/logstash/logstash-{{ elastic_version }}-linux-x86_64.tar.gz.sha512>