Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shmsr committed Oct 6, 2024
1 parent ee1d103 commit 253d7a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .buildkite/metricbeat/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,9 @@ steps:
env:
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64 darwin/arm64"
command: |
echo $$PLATFORMS
cd metricbeat
mage package
PLATFORMS=$$PLATFORMS mage -v package
retry:
automatic:
- limit: 1
Expand All @@ -350,9 +351,9 @@ steps:
PLATFORMS: "linux/arm64"
PACKAGES: "docker"
command: |
echo $PLATFORMS
echo $$PLATFORMS
cd metricbeat
mage -v package
PLATFORMS=$$PLATFORMS PLATmage -v package
retry:
automatic:
- limit: 1
Expand Down

0 comments on commit 253d7a1

Please sign in to comment.