You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -412,9 +412,10 @@ Few notes:
412
412
!abc/def/hgk/.* # Filter out again in abc/def/hgk sub folder
413
413
```
414
414
415
-
-`commands` - List of commands to run. If specified, this argument overrides `pip_requirements`.
415
+
-`commands` - List of commands to run. If specified, this argument overrides `pip_requirements` and `poetry_install`.
416
416
-`:zip [source] [destination]` is a special command which creates content of current working directory (first argument) and places it inside of path (second argument).
417
417
-`pip_requirements` - Controls whether to execute `pip install`. Set to `false` to disable this feature, `true` to run `pip install` with `requirements.txt` found in `path`. Or set to another filename which you want to use instead.
418
+
-`poetry_install` - Controls whether to execute `poetry install`. Set to `false` to disable this feature, `true` to run `poetry install` with existing `pyproject.toml` and optionally `poetry.lock` found in `path`.
418
419
-`prefix_in_zip` - If specified, will be used as a prefix inside zip-archive. By default, everything installs into the root of zip-archive.
0 commit comments