Skip to content

Commit

Permalink
print out some dir info to figure out why git thinks it is not a repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed May 30, 2024
1 parent 8d65708 commit 59b34c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
- name: Check setup
run: |
git -v
ls -al .git
pwd
ls -al
psql -l
echo "c1,c2" > test.csv
echo "a,b" >> test.csv
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ process: process.rb
bin/report-schema $(DATABASE_NAME)
bin/create-digests
bin/report-candidates
pwd
ls -al
git -v
git --no-pager diff build/digests.json

download-netfile-v2:
Expand Down

0 comments on commit 59b34c2

Please sign in to comment.