From cee675af2e2ec2e370bb35f347238bfbc66ac0de Mon Sep 17 00:00:00 2001 From: Dmitry Pavlov Date: Sat, 22 Aug 2020 14:32:04 +0300 Subject: [PATCH] Modify pipeline.yml --- .buildkite/pipeline.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0fe60dc6..d9385333 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -10,9 +10,5 @@ steps: - label: 'Autogen classes' command: docker run --rm diagrams:1.0 ./autogen.sh - - wait - - label: 'Show' - command: ls -lah /tmp/test-results/${BUILDKITE_PIPELINE_SLUG}/${BUILDKITE_BUILD_ID} - - label: 'Build dist image and publish' command: docker build --tag diagrams-build:1.0 -f ./docker/dev/Dockerfile2 . \ No newline at end of file