From 240b7ab927881bb5fb78814606f1942b5c8a5a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Fri, 9 Jun 2023 01:10:37 +0100 Subject: [PATCH] ci: hide verbose logging from publish/deploy --- scripts/deploy.sh | 2 +- scripts/publish.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 22aa4f4..bb67ce9 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,4 +1,4 @@ -#!/bin/bash -ex +#!/bin/bash -e BRANCH_NAME="$(git branch --show-current)" diff --git a/scripts/publish.sh b/scripts/publish.sh index 2c1ceba..e5325eb 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -1,4 +1,4 @@ -#!/bin/bash -ex +#!/bin/bash -e BRANCH_NAME="$(git branch --show-current)"