You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2019/11/22 04:46:07 UTC

[skywalking] branch docker/ext updated: Add bash to makefile

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

hanahmily pushed a commit to branch docker/ext
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/docker/ext by this push:
     new 57094b9  Add bash to makefile
57094b9 is described below

commit 57094b920a1a68cf0d8c1ded93061bd2f9fd3e99
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Fri Nov 22 12:45:42 2019 +0800

    Add bash to makefile
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index fef2147..2c3cc12 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+SHELL := /bin/bash -o pipefail
 
 export SW_ROOT := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))