set +x around sensitive code docker login code 47/8747/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 8 Feb 2018 04:19:43 +0000 (23:19 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 8 Feb 2018 04:19:47 +0000 (23:19 -0500)
commit6704f23d5802e8cd7f72ca94c63ab5bbc1004a92
tree72214de7586580f09e5725f041fa7e80725ce7a6
parentb804ed77372c30845bdd360f4baa52de98028a30
set +x around sensitive code docker login code

Call `set +x` as a guard just in case a script elsewhere is calling
`set -x` which could cause the credentials to print to console.

Change-Id: I6802887c7a3c9809d9d13d6b3cc90e3570f120fc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/docker-login.sh