]> Git Repo - u-boot.git/commit
gitlab-ci: Prepend to PATH rather than replace it
authorTom Rini <[email protected]>
Thu, 24 Oct 2019 15:59:17 +0000 (11:59 -0400)
committerTom Rini <[email protected]>
Wed, 30 Oct 2019 21:48:46 +0000 (17:48 -0400)
commit90d3d78a1c68a771291a3d4070e66ce72e5d0ea6
tree989e54cff2a65b350905439118ea82d541cdbefb
parent4c749971be7b53ffcb4c9ba817631cdf6e5afece
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
.gitlab-ci.yml
This page took 0.032679 seconds and 4 git commands to generate.