commit | 528facbf8c4dd616f4448a6610de50d624fa5115 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Nov 01 13:59:14 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 01 13:59:14 2019 -0400 |
tree | 1ff18ac3c497ef7fb92011583d7e777f3eadc857 | |
parent | 6f5056f135be1acea67d601c68de50523133a655 [diff] |
azure: Update the script to prepend PATH not override PATH Similar to 90d3d78a1c68 ("gitlab-ci: Prepend to PATH rather than replace it") we need to prepend the PATH with our additional binaries and not replace the value fully as doing so breaks virtualenv. Signed-off-by: Tom Rini <trini@konsulko.com>