From 6dcac72d8f71cb98878909988bad29bb5c73ba93 Mon Sep 17 00:00:00 2001 From: Dmitry Pavlov Date: Tue, 18 Aug 2020 22:51:46 +0300 Subject: [PATCH] Modify pipeline.yml --- .buildkite/pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2e485d1f..a4321bdc 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -8,7 +8,4 @@ steps: - wait - label: 'Autogen classes' - command: docker run --rm diagrams:1.0 ./autogen.sh - - - label: 'List dir' - command: ls -lah $BUILDKITE_BUILD_CHECKOUT_PATH \ No newline at end of file + command: docker run --rm diagrams:1.0 ./autogen.sh \ No newline at end of file