From 1f1304194d24913b8cfe8a026bfcde38d91b6f8c Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Sun, 7 Feb 2021 07:57:10 -0800 Subject: [PATCH] Update cloudbuild.sh --- releasing/cloudbuild.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/releasing/cloudbuild.sh b/releasing/cloudbuild.sh index 038e8995d..78e5a4430 100755 --- a/releasing/cloudbuild.sh +++ b/releasing/cloudbuild.sh @@ -58,8 +58,6 @@ echo "pwd = $PWD" # Sanity check echo "### ls -las . ################################" ls -las . -echo "### ls -C /usr/bin/gorel* ################################" -ls -C /usr/bin/gorel* echo "###################################"