]> git.arvados.org - arvados.git/commit
22489/22556: Do not reinstall dependencies for login-sync
authorBrett Smith <brett.smith@curii.com>
Mon, 10 Feb 2025 16:33:12 +0000 (11:33 -0500)
committerBrett Smith <brett.smith@curii.com>
Mon, 10 Feb 2025 16:38:35 +0000 (11:38 -0500)
commit09e65d5c71f33c14b1c850a537e6dcb1f5124b7f
treefe1a432e83e99a6b12ff75599daa58ee0240282f
parent1c2315e5a928c04cfec75201558f96e427817565
22489/22556: Do not reinstall dependencies for login-sync

This is a weird exception to our usual rule that the `install` recipes
in run-tests.sh assume you've already installed the dependencies. Even
`install_sdk/cli`, which has the exact same gem dependencies, does not
do this. So do not do it here either, for consistency and less work.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
build/run-tests.sh