Install yq which will be needed to read container-tag.yaml
Change-Id: I0f284675fe45cd2c408a4e1d6933673b744f2735
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
--- /dev/null
+---
+fixes:
+ - |
+ Install yq to be used to read yaml files. In specific, it will be needed
+ to read container-tag.yaml.
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