Skip to content

Commit 508348f

Browse files
committed
Attempt to make the git folder discoverable after checkout in container
1 parent d49ffa6 commit 508348f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/python_lint.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ jobs:
1313

1414
runs-on: ubuntu-latest
1515
container: seldonio/python-builder:0.9
16+
env:
17+
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
1618

1719
steps:
1820
- uses: actions/checkout@v4
1921
- name: lint-python
20-
run: |
21-
pwd
22-
ls -a
23-
ls -a ..
24-
make -C python install_dev lint
22+
run: make -C python install_dev lint

0 commit comments

Comments
 (0)