Update .gitlab-ci.yml file

This commit is contained in:
Adrien Bourmault 2022-10-10 16:40:34 +00:00
parent b7d07b8287
commit faa550e0ae
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ test-job: # This job runs in the test stage.
- |+
if [ -z "$CI_COMMIT_SHA" ]
then
#files=$(find . -name "*.zone" -printf %P)
files=$(find . -name "*.zone" -printf %P)
echo "Pipeline régulier"
else
#files=$(echo $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA) | grep zone)