Skip to content

Commit

Permalink
Try to move the scriplet to /bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Oct 2, 2024
1 parent 28463c1 commit 3c35c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/lab_dispatch/generic_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ test_data:
_put $RESOURCES_PATH/build_install_deb.py :
# clone the Checkbox revision without history (easier for slow systems, preserves RAM/storage/networking)
_put `which git_get` :
_run git_get https://github.com/canonical/checkbox.git commit $CHECKBOX_REVISION
_put `which git_get` :/home/ubuntu
_run /home/ubuntu/git_get https://github.com/canonical/checkbox.git commit $CHECKBOX_REVISION
_run wait_for_packages_complete
_run python3 build_install_deb.py --clean checkbox/checkbox-ng \
Expand Down

0 comments on commit 3c35c9e

Please sign in to comment.