Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
prezbuilder
Commits
f3c4f583
Commit
f3c4f583
authored
Jun 30, 2020
by
Guillaume Perréal
Browse files
Vérifie bien que la prez est générée au bon endroit dans les tests de CI.
parent
df0ed9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f3c4f583
...
...
@@ -51,6 +51,7 @@ npm-test:
-
ln -s $HOME/prezbuilder/node_modules/.bin/prezbuilder /usr/local/bin/prezbuilder
script
:
-
prezbuilder build src public
-
"
[
-e
public/index.html
]"
docker-test
:
stage
:
test
...
...
@@ -60,6 +61,7 @@ docker-test:
-
chmod a+rx /usr/local/bin/prezbuilder-docker
script
:
-
prezbuilder-docker build src public
-
"
[
-e
public/index.html
]"
pages
:
extends
:
.prezbuilder
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment