We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac63cf commit 86cd280Copy full SHA for 86cd280
.buildkite/hooks/pre-exit
@@ -10,11 +10,8 @@ if [[ "$BUILDKITE_PIPELINE_SLUG" == "elastic-agent" && "$BUILDKITE_STEP_KEY" ==
10
11
# Perform cleanup of integration tests resources
12
echo "--- Cleaning up integration test resources"
13
- if [[ "$BUILDKITE_STEP_KEY" == "serverless-integration-tests" ]]; then
14
- STACK_PROVISIONER=serverless SNAPSHOT=true mage integration:clean
15
- else
16
- SNAPSHOT=true mage integration:clean
17
- fi
+ STACK_PROVISIONER=serverless SNAPSHOT=true mage integration:clean
+ SNAPSHOT=true mage integration:clean
18
fi
19
20
if [ -n "$GOOGLE_APPLICATION_CREDENTIALS" ]; then
0 commit comments