bamboo: list files

This commit is contained in:
Eugene Burkov 2024-09-11 14:35:36 +03:00
parent eb675abfc0
commit 3036a46566
1 changed files with 4 additions and 0 deletions

View File

@ -159,6 +159,10 @@
set -e -f -u -x set -e -f -u -x
# TODO(e.burkov): !! remove
ls -l -a .
ls -l -a ..
# Explicitly checkout the revision that we need. # Explicitly checkout the revision that we need.
git checkout "${bamboo.repository.revision.number}" git checkout "${bamboo.repository.revision.number}"