From 80353854db8568e398ee184eea4bc1fd8c67f55b Mon Sep 17 00:00:00 2001 From: Dmitry Pavlov Date: Sat, 22 Aug 2020 13:47:09 +0300 Subject: [PATCH] Modify pipeline.yml --- .buildkite/pipeline.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a4321bdc..b2083c26 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -8,4 +8,8 @@ steps: - wait - label: 'Autogen classes' - command: docker run --rm diagrams:1.0 ./autogen.sh \ No newline at end of file + command: docker run --rm diagrams:1.0 ./autogen.sh + + - wait + - label: 'Show' + command: ls -lah /tmp/test-results/${BUILDKITE_PIPELINE_SLUG}/${BUILDKITE_BUILD_ID} \ No newline at end of file