zuul-jobs/roles/ensure-twine/tasks
Guillaume Chauvel d370c590b3 ensure-twine: Check executable presence using shell+bin/bash
While making test with a node:
- with tox installed using "pip install --user" as a non-root user
- PATH modified using ~/.ssh/environment
- declared in nodepool to run as this non-root user

twine executable is not found:

using "command": twine is not found
using "shell" without /bin/bash: twine is not found
using "shell" with /bin/bash: twine is found!

Change-Id: Ia06218a830b5d44f04e0f10e0444be2cf9ad682e
2020-05-30 22:58:06 +02:00
..
main.yaml ensure-twine: Check executable presence using shell+bin/bash 2020-05-30 22:58:06 +02:00