]> git.baikalelectronics.ru Git - uboot.git/commit
gitlab-ci: Prepend to PATH rather than replace it
authorTom Rini <trini@konsulko.com>
Thu, 24 Oct 2019 15:59:17 +0000 (11:59 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2019 21:48:46 +0000 (17:48 -0400)
commit709c5e070d6e38c663c14b9cdfe06923a2ce0efd
tree989e54cff2a65b350905439118ea82d541cdbefb
parent8fd3c642ea3eaa819206dbacf273cf8ccbd7119a
gitlab-ci: Prepend to PATH rather than replace it

Currently we set the entire PATH rather than prepend the new paths that
we need to have searched.  This however breaks parts of the "virtualenv"
that was have set up and need to use as that also will be modifying
PATH.  To fix this, prepend our new locations instead.

Reviewed-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
.gitlab-ci.yml