Skip to content

Commit

Permalink
debub missing artifacts, is the problem just the cd?
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed May 16, 2024
1 parent 590b460 commit 384db3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@ steps:
plugins:
- scionproto/metahook#v0.3.0:
pre-artifact: |
cd installables;
set -x
pushd installables
tar -chaf scion_${SCION_VERSION}_deb_amd64.tar.gz *_${SCION_VERSION}_amd64.deb
tar -chaf scion_${SCION_VERSION}_deb_arm64.tar.gz *_${SCION_VERSION}_arm64.deb
tar -chaf scion_${SCION_VERSION}_deb_i386.tar.gz *_${SCION_VERSION}_i386.deb
tar -chaf scion_${SCION_VERSION}_deb_armel.tar.gz *_${SCION_VERSION}_armel.deb
tar -chaf scion_${SCION_VERSION}_openwrt_x86_64.tar.gz *_${SCION_VERSION}_x86_64.ipk
popd
ls installables
post-artifact: |
cat << EOF | buildkite-agent annotate --style "info" --context "packages"
#### Packages :debian:
Expand Down

0 comments on commit 384db3d

Please sign in to comment.