Use login shell in docker-get-container-tag.sh 77/15877/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 13 Jun 2019 02:01:56 +0000 (22:01 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 13 Jun 2019 02:14:10 +0000 (22:14 -0400)
commitae55fc7cc2d4d29f6cfe63f5294ec8bd97d15479
tree2d1ac7917178b0e5575057d5c7212e8ef130a6d5
parentc39a78a2527e40fbf2d46204ea70468c96dd1c05
Use login shell in docker-get-container-tag.sh

Add -l to /bin/bash shebang line at top of docker-get-container-tag.sh
to make it a login shell, which automatically includes
/home/jenkins/.local/bin on the path, because that is where pip
installs the yq command.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I6b715b8d3757414344fe154d9b8a0d44feb1daaa
releasenotes/notes/repair-container-tag-script-shebang-a76d9cabc755c331.yaml [new file with mode: 0644]
shell/docker-get-container-tag.sh