Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Dec 8, 2023
1 parent bc84691 commit 9b6f03e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
plugins:
- scionproto/metahook#v0.3.0:
post-artifact: |
cat << EOF | buildkite-agent annotate --style "info"
cat << EOF | buildkite-agent annotate --style "info" --context "binaries"
#### Build outputs
- <a href="artifact://bazel-bin/scion.tar">SCION binaries</a>
- <a href="artifact://bazel-bin/scion-ci.tar">SCION test tools and utilities</a>
Expand All @@ -36,7 +36,7 @@ steps:
plugins:
- scionproto/metahook#v0.3.0:
post-artifact: |
cat << EOF | buildkite-agent annotate --style "info"
cat << EOF | buildkite-agent annotate --style "info" --context "packages"
#### Packages :debian:
- <a href="artifact://deb/scion-deb-amd64.tar">amd64</a>
- <a href="artifact://deb/scion-deb-arm64.tar">arm64</a>
Expand Down
6 changes: 3 additions & 3 deletions private/mgmtapi/api.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ def openapi_generate_go(
kwargs["out_" + typ] = typ + ".bzl.gen.go"
write_files[typ + ".gen.go"] = src

_openapi_generate_go(
_target_platform_independent(
_openapi_generate_go,
name = name,
**kwargs
)

_target_platform_independent(
write_source_files,
write_source_files(
name = "write_files",
files = write_files,
)
Expand Down

0 comments on commit 9b6f03e

Please sign in to comment.