diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a4321bdc..2e485d1f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -8,4 +8,7 @@ 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 + + - label: 'List dir' + command: ls -lah $BUILDKITE_BUILD_CHECKOUT_PATH \ No newline at end of file