Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Apr 17, 2024
1 parent 5de4fb3 commit 5dcef0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/scripts/setenv.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env bash

# debug
set -x

echo "+++ DEBUG: we are now in setenv.sh"

set -euo pipefail

REPO="beats"
Expand Down Expand Up @@ -82,3 +87,4 @@ if [[ "$BUILDKITE_PIPELINE_SLUG" == "beats-xpack-heartbeat" ]]; then
source .buildkite/scripts/common.sh
defineModuleFromTheChangeSet "${BEATS_PROJECT_NAME}"
fi
set +x

0 comments on commit 5dcef0f

Please sign in to comment.