Update .gitlab-ci.yml file
This commit is contained in:
parent
79856cbeae
commit
ca1b4c0889
|
@ -25,7 +25,7 @@ test-job: # This job runs in the test stage.
|
||||||
script:
|
script:
|
||||||
- |+
|
- |+
|
||||||
files=
|
files=
|
||||||
if [ -z "$CI_COMMIT_SHA" ]
|
if [ ! -z "$CI_COMMIT_SHA" ]
|
||||||
then
|
then
|
||||||
files=$(find . -name "*.zone" -printf %P)
|
files=$(find . -name "*.zone" -printf %P)
|
||||||
echo "Pipeline régulier"
|
echo "Pipeline régulier"
|
||||||
|
|
Loading…
Reference in New Issue