fix: remove ls
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-01 21:16:54 +02:00
parent 213960abc3
commit f3c90af2b7
3 changed files with 4 additions and 9 deletions

View File

@ -1,7 +1,6 @@
#!/bin/bash
set -e
set -x
GIT_FETCH_ARGS=""
GIT_CHECKOUT_ARGS=""
@ -43,5 +42,3 @@ fi
git fetch ${GIT_FETCH_ARGS}
git checkout ${GIT_CHECKOUT_ARGS}
ls -la