From: Thanh Ha Date: Thu, 8 Feb 2018 04:19:43 +0000 (-0500) Subject: set +x around sensitive code docker login code X-Git-Tag: v0.16.0~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=sidebyside;h=6704f23d5802e8cd7f72ca94c63ab5bbc1004a92;hp=6704f23d5802e8cd7f72ca94c63ab5bbc1004a92;p=releng%2Fglobal-jjb.git 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 ---