Skip to content

Commit

Permalink
removed pipeline masking where irrelevant
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed May 4, 2024
1 parent 5630072 commit 9e84650
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .buildkite/x-pack/pipeline.xpack.heartbeat.yml
Expand Up @@ -253,7 +253,6 @@ steps:
- label: ":ubuntu: x-pack/heartbeat Packaging Linux x86_64"
key: "packaging-linux"
command: |
set -euo pipefail
cd x-pack/heartbeat
mage package
agents:
Expand All @@ -271,7 +270,6 @@ steps:
- label: ":ubuntu: x-pack/heartbeat Packaging Linux arm64"
key: "packaging-arm"
command: |
set -euo pipefail
cd x-pack/heartbeat
mage package
agents:
Expand Down

0 comments on commit 9e84650

Please sign in to comment.