Fix rtd merge job to handle new tag uploaded
[releng/global-jjb.git] / releasenotes / notes / repair-container-tag-script-shebang-a76d9cabc755c331.yaml
1 ---
2 fixes:
3   - |
4     Add -l to /bin/bash shebang line at top of docker-get-container-tag.sh
5     to make it a login shell, which automatically includes
6     /home/jenkins/.local/bin on the path, because that is where pip
7     installs the yq command.