This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 24c9aea  [fix] add set -e for build.sh (#43)
24c9aea is described below

commit 24c9aea13e37fab3060b784d32dc5828f99cb727
Author: Mingyu Chen <[email protected]>
AuthorDate: Sat Apr 16 12:01:38 2022 +0800

    [fix] add set -e for build.sh (#43)
    
     add set -e for build.sh
---
 build.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 7a361db..861ee8e 100644
--- a/build.sh
+++ b/build.sh
@@ -15,6 +15,9 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+
+set -eo pipefail
+
 curdir=`dirname "$0"`
 curdir=`cd "$curdir"; pwd`
 
@@ -71,4 +74,4 @@ cp manager/dm-agent/src/main/resources/application.properties 
output/agent/confi
 
 cp -r manager/manager-server/src/main/resources/web-resource output/server/
 tar -zcvf doris-manager-1.0.0.tar.gz output/
-echo "copy to output package end"
\ No newline at end of file
+echo "copy to output package end"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to