Update .gitlab-ci.yml
This commit is contained in:
parent
19ed6944a0
commit
bf6b9f3225
|
@ -45,7 +45,7 @@ deploiement: # This job runs in the deploy stage.
|
|||
files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | grep stl || ls *.stl)
|
||||
- cd /home/webmaster/site-chalec.org
|
||||
- |+
|
||||
errors=""
|
||||
errors=0
|
||||
for file in $files
|
||||
do
|
||||
echo "Construction de $file"
|
||||
|
|
Loading…
Reference in New Issue