From 85cf0014cdcf8415de9db7c7364c9f9da67ea8c1 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Wed, 18 Jun 2025 09:12:53 +0000 Subject: [PATCH] CI: Run vagrant validate on master as well (#12311) Not really a reason not to, and this actually breaks daily-ci because some jobs depends on this one so the whole pipeline is invalid if it's not created. --- .gitlab-ci/lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/lint.yml b/.gitlab-ci/lint.yml index 96d925001..809ad09ab 100644 --- a/.gitlab-ci/lint.yml +++ b/.gitlab-ci/lint.yml @@ -24,4 +24,3 @@ vagrant-validate: VAGRANT_VERSION: 2.3.7 script: - ./tests/scripts/vagrant-validate.sh - except: ['triggers', 'master']