diff --git a/.gitea/workflows/build-test.yaml b/.gitea/workflows/build-test.yaml index b6c3129..6510e66 100644 --- a/.gitea/workflows/build-test.yaml +++ b/.gitea/workflows/build-test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - run: | - rm -rf $CLONED_REPO_DIR + rm -rf ./* git clone $BARE_REPO_DIR $CLONED_REPO_DIR - run: pwd - run: ls -sl