From cc534cddd283b0ea80810df79a3e598f1f12fa9c Mon Sep 17 00:00:00 2001 From: halx99 Date: Thu, 30 Dec 2021 19:43:55 +0800 Subject: [PATCH] Fix chmod for ci scripts --- tools/unix-ci/before-install.sh | 0 tools/unix-ci/config.gitignore | 0 tools/unix-ci/for-each-file-in-dir.sh | 0 tools/unix-ci/generate-template-files.py | 0 tools/unix-ci/run-script.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/unix-ci/before-install.sh mode change 100644 => 100755 tools/unix-ci/config.gitignore mode change 100644 => 100755 tools/unix-ci/for-each-file-in-dir.sh mode change 100644 => 100755 tools/unix-ci/generate-template-files.py mode change 100644 => 100755 tools/unix-ci/run-script.sh diff --git a/tools/unix-ci/before-install.sh b/tools/unix-ci/before-install.sh old mode 100644 new mode 100755 diff --git a/tools/unix-ci/config.gitignore b/tools/unix-ci/config.gitignore old mode 100644 new mode 100755 diff --git a/tools/unix-ci/for-each-file-in-dir.sh b/tools/unix-ci/for-each-file-in-dir.sh old mode 100644 new mode 100755 diff --git a/tools/unix-ci/generate-template-files.py b/tools/unix-ci/generate-template-files.py old mode 100644 new mode 100755 diff --git a/tools/unix-ci/run-script.sh b/tools/unix-ci/run-script.sh old mode 100644 new mode 100755