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 7, 2024
1 parent 0ddb3bc commit 5c050bb
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 5c050bb

Please sign in to comment.