X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fdocker-get-yaml-tag.sh;h=936c272f3e17d5fdf0ffeb7e9a6e2045393ea6ed;hb=a452768c9a2dd7619fed3882cfbab1057d98dc61;hp=2723eee4dbc788f51d42b47298139e75aae5fef5;hpb=8f00e059ea64956604ea2d23ebe46e4fda788cdf;p=releng%2Fglobal-jjb.git diff --git a/shell/docker-get-yaml-tag.sh b/shell/docker-get-yaml-tag.sh index 2723eee4..936c272f 100644 --- a/shell/docker-get-yaml-tag.sh +++ b/shell/docker-get-yaml-tag.sh @@ -13,6 +13,10 @@ echo "---> docker-get-yaml-tag.sh" set -eu -o pipefail +# Install yq to read container-tag.yaml +python -m pip install --user --quiet --upgrade yq +export PATH="/home/jenkins/.local/bin:$PATH" + cd "$DOCKER_ROOT" container_tag_file=container-tag.yaml