From d1b9c00c4f021115ff135d2b8c7d36bd54b8208c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Sat, 19 Oct 2024 20:22:16 +0200 Subject: [PATCH] CI: remove exec while runner does not support it --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92ae60e..30e9d83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ job-native-build: - .ci_scripts/native-build/run_tests.sh valgrind - .ci_scripts/native-build/run_cppcheck.sh - .ci_scripts/native-build/add_nft_rules.sh - - .ci_scripts/native-build/run_exec.sh + #- .ci_scripts/native-build/run_exec.sh # Cross-compile the project for the TL-WDR4900 router -- GitLab