Select Git revision
-
Max Gautier authored
To reproduce this commit run in bash: for file in $(ls tests/files/) do if ! grep -Rq ${file%.*} .gitlab.ci; then rm tests/files/${file} fi done This also means that our CI matrix was not accurate.
Max Gautier authoredTo reproduce this commit run in bash: for file in $(ls tests/files/) do if ! grep -Rq ${file%.*} .gitlab.ci; then rm tests/files/${file} fi done This also means that our CI matrix was not accurate.