Store CLI invocation used to produce yolo image - #78
Store CLI invocation used to produce yolo image#78yarikoptic with Copilot wants to merge 7 commits into
Conversation
…er image (closes #77) Co-authored-by: yarikoptic <39889+yarikoptic@users.noreply.github.com>
| | `DENO_VERSION` | `""` | Deno version (empty = latest) | | ||
| | `APPTAINER_VERSION` | `1.4.5` | Apptainer version | | ||
| | `GIT_DELTA_VERSION` | `0.18.2` | git-delta version | | ||
| | `YOLO_BUILD_CMD` | `""` | Original `setup-yolo.sh` CLI invocation | |
There was a problem hiding this comment.
@copilot how/why unrelated deletion of GIT_DELTA_VERSION?
There was a problem hiding this comment.
That was an accidental replacement — YOLO_BUILD_CMD should have been inserted as a new row, not substituted for GIT_DELTA_VERSION. Restored in the latest commit.
Co-authored-by: yarikoptic <39889+yarikoptic@users.noreply.github.com>
Co-authored-by: yarikoptic <39889+yarikoptic@users.noreply.github.com>
|
@copilot rebase on current main and also address conflicts, review the diff and adjust original PR description to match what is already accomplished . Make sure that CI passes the tests after your changes |
… bats tests Co-authored-by: yarikoptic <39889+yarikoptic@users.noreply.github.com>
Merged main into the branch (all 37 bats tests pass). Also added |
I do NOT see any checked out in @copilot . I have permitted CI tests run -- monitor for completion, make sure added bats tests ran, address if needed, do update description! |
Co-authored-by: yarikoptic <39889+yarikoptic@users.noreply.github.com>
Fixed the ShellCheck failure (SC2124: assigning array to string) — changed |
|
@copilot you somehow managed to reincarnate the removed in main pr-scout workflow! rewrite/drop your commit where you have done it -- it must be gone, and this branch changes should not have unrelated to the PR changes! |
Co-authored-by: yarikoptic <39889+yarikoptic@users.noreply.github.com>
Removed |
|
CI green, tested locally -- worked nice. @asmacdo what's your take? |

setup-yolo.shCLI invocation asYOLO_BUILD_CMDbuild-arg insetup-yolo.shARG YOLO_BUILD_CMD+RUNstep inDockerfileto write/yolo-build.shSPEC.mdto document the new/yolo-build.shfile