From 3036a46566c78350f1335cdd9f17f28c837b679f Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Wed, 11 Sep 2024 14:35:36 +0300 Subject: [PATCH] bamboo: list files --- bamboo-specs/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index 4fb860b9..7eb76596 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -159,6 +159,10 @@ set -e -f -u -x + # TODO(e.burkov): !! remove + ls -l -a . + ls -l -a .. + # Explicitly checkout the revision that we need. git checkout "${bamboo.repository.revision.number}"