Skip to content

Commit

Permalink
Fix artifact path for integration with ubireleaser (elastic#14319)
Browse files Browse the repository at this point in the history
<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 elastic#14298
  • Loading branch information
jmlrt authored Jun 30, 2022
1 parent df19e55 commit 79c36c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/templates/hardening_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 79c36c5

Please sign in to comment.