Commit e8b10be8 authored by Arnaud Legrand's avatar Arnaud Legrand

Remove useless command as Benoit did earlier...

parent 05fb738a
...@@ -11,8 +11,6 @@ pages: ...@@ -11,8 +11,6 @@ pages:
mkdir -p public/`dirname ${file}`; mkdir -p public/`dirname ${file}`;
mv ${file%.*}.html public/`dirname ${file}`/; mv ${file%.*}.html public/`dirname ${file}`/;
done done
- shopt -s extglob
# - mv !(public) public
artifacts: artifacts:
paths: paths:
- public - public
......
...@@ -76,8 +76,6 @@ pages: ...@@ -76,8 +76,6 @@ pages:
mkdir -p public/`dirname ${file}`; mkdir -p public/`dirname ${file}`;
mv ${file%.*}.html public/`dirname ${file}`/; mv ${file%.*}.html public/`dirname ${file}`/;
done done
- shopt -s extglob
# - mv !(public) public
artifacts: artifacts:
paths: paths:
- public - 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