From 24a569ffca3fe6482bfd5c15657b97b8fca4849f Mon Sep 17 00:00:00 2001 From: Shahzad Date: Wed, 7 Jun 2023 14:41:43 +0200 Subject: [PATCH] Update .buildkite/pipelines/pull_request/uptime_plugin.yml --- .buildkite/pipelines/pull_request/uptime_plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipelines/pull_request/uptime_plugin.yml b/.buildkite/pipelines/pull_request/uptime_plugin.yml index 39257d8ef33b0..cbd1c417fc852 100644 --- a/.buildkite/pipelines/pull_request/uptime_plugin.yml +++ b/.buildkite/pipelines/pull_request/uptime_plugin.yml @@ -6,7 +6,7 @@ steps: depends_on: build timeout_in_minutes: 60 artifact_paths: - - 'x-pack/plugins/synthetics/e2e/uptime/.journeys/**/*' + - 'x-pack/plugins/synthetics/e2e/.journeys/**/*' retry: automatic: - exit_status: '-1'