Skip to content

Commit

Permalink
use dot sourcing for ps
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Jan 23, 2025
1 parent 27553b4 commit 8784337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/x-pack/pipeline.xpack.packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ steps:
- label: ":windows: x-pack/packetbeat: Win 2022 System Tests"
key: "mandatory-win-2022-system-tests"
command: |
source .buildkite/scripts/gcp_auth.sh
. .buildkite/scripts/gcp_auth.sh
Set-Location -Path x-pack/packetbeat
mage systemTest
retry:
Expand Down Expand Up @@ -322,7 +322,7 @@ steps:
- label: ":windows: x-pack/packetbeat: Win 10 System Tests"
key: "extended-win-10-system-tests"
command: |
source .buildkite/scripts/gcp_auth.sh
. .buildkite/scripts/gcp_auth.sh
Set-Location -Path x-pack/packetbeat
mage systemTest
retry:
Expand Down

0 comments on commit 8784337

Please sign in to comment.