Skip to content

Commit

Permalink
opentelemetry-collector: fail the build if we can't fetch build manifest
Browse files Browse the repository at this point in the history
Previously we would build with a configuration file containing "404 Not
Found" (which was, surprisingly, mostly successful).
  • Loading branch information
OddBloke committed Feb 4, 2025
1 parent fad4285 commit 037a7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline:
# https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol/manifest.yaml
# The manifest is updated as part of the release process and so should match the
# lastest version released from open-telemetry/opentelemetry-collector
curl -o builder-config.yaml https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-releases/v${{package.version}}/distributions/otelcol/manifest.yaml
curl --fail -o builder-config.yaml https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-releases/v${{package.version}}/distributions/otelcol/manifest.yaml
- uses: git-checkout
with:
Expand Down

0 comments on commit 037a7d6

Please sign in to comment.