Commit e8b10be8 authored by Arnaud Legrand's avatar Arnaud Legrand

Remove useless command as Benoit did earlier...

parent 05fb738a
......@@ -11,8 +11,6 @@ pages:
mkdir -p public/`dirname ${file}`;
mv ${file%.*}.html public/`dirname ${file}`/;
done
- shopt -s extglob
# - mv !(public) public
artifacts:
paths:
- public
......
......@@ -76,8 +76,6 @@ pages:
mkdir -p public/`dirname ${file}`;
mv ${file%.*}.html public/`dirname ${file}`/;
done
- shopt -s extglob
# - mv !(public) public
artifacts:
paths:
- public
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment