summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2021-12-14 11:21:32 +0100
committerGitHub <noreply@github.com>2021-12-14 11:21:32 +0100
commitb94d16b93159572d73c161c6dbe5d8fbe9e642b2 (patch)
treea4d8fce79ff3c98fa827410375479fc19f48e82f /ci
parente47cfacaa0b38111b1cad68380dae80f7e72c660 (diff)
Fix permissions of docker plugin in CI (#709)
Signed-off-by: Michael Abel <info@abel-ikt.de> Cherry-picked from CI branch
Diffstat (limited to 'ci')
-rwxr-xr-xci/ci_run_all_plugin_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/ci_run_all_plugin_tests.sh b/ci/ci_run_all_plugin_tests.sh
index 3505e2c0..1f9e0962 100755
--- a/ci/ci_run_all_plugin_tests.sh
+++ b/ci/ci_run_all_plugin_tests.sh
@@ -37,6 +37,7 @@ set -e
mv __pysys_junit_xml pysys_junit_xml_apt
sudo cp ../../plugins/tedge_docker_plugin/tedge_docker_plugin.sh /etc/tedge/sm-plugins/docker
+sudo chmod +x /etc/tedge/sm-plugins/docker
set +e
pysys.py run --record -v DEBUG 'docker_*' -XmyPlatform='container' -Xdockerplugin='dockerplugin'