Remove -x from 34_deploy_worker_node.sh

The deploy_worker_node script waits for the nodes to come up and
spams the logs as it runs. This change removes -x from the script
in order to remove a lot of unnecessary stdout since the script
already contains several echo statements to indicate progress.

Change-Id: I4c7465b6aa3538ea171f61387035e79c7d852088
This commit is contained in:
Gage Hugo 2021-02-28 20:23:00 -06:00
parent c0fcc8c37f
commit 8d76b7aeda

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -xe
set -e
#Default wait timeout is 3600 seconds
export TIMEOUT=${TIMEOUT:-3600}