Update .gitlab-ci.yml file
This commit is contained in:
parent
124b333a02
commit
9647510783
|
@ -23,7 +23,7 @@ synchro-et-tests:
|
||||||
- rsync -avzlh * /home/webmaster/site-chalec.org/articles/
|
- rsync -avzlh * /home/webmaster/site-chalec.org/articles/
|
||||||
- |+
|
- |+
|
||||||
files=""
|
files=""
|
||||||
files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | grep stl || ls *.stl)
|
files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | grep stl || find . -name "*.stl")
|
||||||
- cd /home/webmaster/site-chalec.org
|
- cd /home/webmaster/site-chalec.org
|
||||||
- |+
|
- |+
|
||||||
errors=0
|
errors=0
|
||||||
|
|
Loading…
Reference in New Issue