From abc1421def6fdc244ecad851cb42e99854c4ce08 Mon Sep 17 00:00:00 2001
From: Louis <liuzhi@pingcap.com>
Date: Thu, 25 Oct 2018 02:16:48 +0800
Subject: [PATCH] Fix gen_tags.sh script

---
 scripts/gen_tags.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 scripts/gen_tags.sh

diff --git a/scripts/gen_tags.sh b/scripts/gen_tags.sh
old mode 100644
new mode 100755
index 9b8ec31fa..1bc94c80b
--- a/scripts/gen_tags.sh
+++ b/scripts/gen_tags.sh
@@ -1,4 +1,6 @@
-#!/bin/sh -eo pipefail
+#!/bin/sh
+set -eo pipefail
+
 #Generate MD formatted tags from roles and cluster yaml files
 printf "|%25s |%9s\n" "Tag name" "Used for"
 echo "|--------------------------|---------"
-- 
GitLab