because ENV CCI_SRC LKP_SRC, REPO_SRC all under /c, some containers service start need umask 002, set it before download git trees.
Signed-off-by: Liu Yinsi liuyinsi@163.com --- sparrow/3-code/git | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/sparrow/3-code/git b/sparrow/3-code/git index 5588696..494107e 100755 --- a/sparrow/3-code/git +++ b/sparrow/3-code/git @@ -2,6 +2,9 @@ # SPDX-License-Identifier: MulanPSL-2.0+ # Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.
+# fix files permissions cause container service start failed +umask 002 + # download git trees
cd /c || exit