Mark scripts as executable.

pull/3218/head
Thomas Stromberg 2018-09-26 15:38:41 -07:00
parent 45379c61c2
commit c7ac28356e
6 changed files with 3 additions and 3 deletions

0
hack/jenkins/build_iso.sh Normal file → Executable file
View File

2
hack/jenkins/linux_integration_tests_kvm.sh Normal file → Executable file
View File

@ -30,4 +30,4 @@ VM_DRIVER="kvm2"
JOB_NAME="Linux-KVM"
# Download files and set permissions
source common.sh
source ./common.sh

2
hack/jenkins/linux_integration_tests_none.sh Normal file → Executable file
View File

@ -41,4 +41,4 @@ sudo kubeadm reset || true
sudo rm -rf /data/*
# Download files and set permissions
source common.sh
source ./common.sh

2
hack/jenkins/linux_integration_tests_virtualbox.sh Normal file → Executable file
View File

@ -30,4 +30,4 @@ VM_DRIVER="virtualbox"
JOB_NAME="Linux-VirtualBox"
# Download files and set permissions
source common.sh
source ./common.sh

0
hack/jenkins/print-debug-info.sh Normal file → Executable file
View File

0
hack/jenkins/release_update_releases_json.sh Normal file → Executable file
View File