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
Added the git clone command and all associated functionality and tests (#4)
* Added the git clone command and all associated functionality and tests
* Modified the method of retrieval to extract a git archive instead of cloning the repo.
~ Substantial modifications to `git_clone_dockerfile` (now renamed `git_extract_dockerfile`.)
~ Renamed the command to `get-archive`
~ Modified the interface accordingly
* CLI changes
+ Added a deeper description of the build commands in `init_build_parsers`
~ Made the `--archive-url command` required
~ Changed `clone` to `archive` for accuracy.
* Added a better test, a new pytest mark, and added tar as a requirement.
+ New init images now check for the `tar` command and add it if it isn't present.
+ Added a `git` mark for pytests.
+ Added a test that acquires a git archive and tests for files on it.
* `folder` -> `directory`, some documentation changes.
* Updated indentation on git archive acquisition command
---------
Co-authored-by: tyler-g-hudson <[email protected]>
0 commit comments