forked from ilot/ilot-io
gitlab-ci: remove ./ for preview target
This commit is contained in:
parent
e7ba2d7fd8
commit
d5678acaf6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pages:
|
||||||
fi
|
fi
|
||||||
- rm -rf public/$CURRENT_CONTENT_PATH || true # remove last version of current branch
|
- rm -rf public/$CURRENT_CONTENT_PATH || true # remove last version of current branch
|
||||||
script:
|
script:
|
||||||
- cp -R src/* ./public/$CURRENT_CONTENT_PATH/.
|
- cp -R src/* public/$CURRENT_CONTENT_PATH/.
|
||||||
- cd public/$EPHEMERAL_BRANCHES_PATH
|
- cd public/$EPHEMERAL_BRANCHES_PATH
|
||||||
- tree -d -H '.' -L 1 --noreport --charset utf-8 -T "Versions" -o index.html # generate a root HTML listing all previews for easier access
|
- tree -d -H '.' -L 1 --noreport --charset utf-8 -T "Versions" -o index.html # generate a root HTML listing all previews for easier access
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Reference in a new issue