From e7bb16cdd1d44b9255f23cf1a68d81211b07467d Mon Sep 17 00:00:00 2001 From: Jonathan Niles Date: Thu, 6 Apr 2017 09:45:13 +0100 Subject: [PATCH] fix(build): make sh scripts executable (#1471) This commit toggles the linux executable flag to make sure that shell scripts remain executable by developers and Travis CI. --- sh/deploy.sh | 0 sh/init-db.sh | 0 sh/install.sh | 0 sh/integration-tests.sh | 0 sh/test-ends.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 sh/deploy.sh mode change 100644 => 100755 sh/init-db.sh mode change 100644 => 100755 sh/install.sh mode change 100644 => 100755 sh/integration-tests.sh mode change 100644 => 100755 sh/test-ends.sh diff --git a/sh/deploy.sh b/sh/deploy.sh old mode 100644 new mode 100755 diff --git a/sh/init-db.sh b/sh/init-db.sh old mode 100644 new mode 100755 diff --git a/sh/install.sh b/sh/install.sh old mode 100644 new mode 100755 diff --git a/sh/integration-tests.sh b/sh/integration-tests.sh old mode 100644 new mode 100755 diff --git a/sh/test-ends.sh b/sh/test-ends.sh old mode 100644 new mode 100755