Update .gitlab-ci.yml

This commit is contained in:
Adrien Bourmault 2022-08-13 09:03:45 +00:00
parent 19ed6944a0
commit bf6b9f3225
1 changed files with 1 additions and 1 deletions

View File

@ -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) files=$(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | grep stl || ls *.stl)
- cd /home/webmaster/site-chalec.org - cd /home/webmaster/site-chalec.org
- |+ - |+
errors="" errors=0
for file in $files for file in $files
do do
echo "Construction de $file" echo "Construction de $file"