Update .gitlab-ci.yml file
This commit is contained in:
parent
b7d07b8287
commit
faa550e0ae
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue