From ba40449aab0ac8f48fd2ce60d08a3b7dc7bd8248 Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Wed, 30 Dec 2015 15:13:16 +0100 Subject: [PATCH] update to make python script executable --- .gitlab-ci.yml | 1 + cmake_targets/autotests/run_exec_lte-softmodem_tests.py | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 cmake_targets/autotests/run_exec_lte-softmodem_tests.py diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3e9225e14..ecfba93e31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ job1: - echo $OAI_EXTRA_ARGS - echo $NFS_SHARE_DIR - echo $EXTERNAL_SHARE_DIR + - echo $SHELL - git rev-parse --abbrev-ref HEAD - git_head=`git rev-parse HEAD` - echo $git_head diff --git a/cmake_targets/autotests/run_exec_lte-softmodem_tests.py b/cmake_targets/autotests/run_exec_lte-softmodem_tests.py old mode 100644 new mode 100755 -- GitLab