Skip to content

Commit

Permalink
test(venv): add ignore files above binderdir
Browse files Browse the repository at this point in the history
This ensures that the ignore files are retrieved from the proper folder.
If they weren't the build would not succeed as the binder folder is
ignored.
  • Loading branch information
sgaist committed Jan 19, 2024
1 parent 09e503c commit 77df191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/venv/binder-dir/.containerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
binder/
1 change: 1 addition & 0 deletions tests/venv/binder-dir/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
binder/

0 comments on commit 77df191

Please sign in to comment.