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
1873cda7
Commit
1873cda7
authored
Jun 30, 2020
by
Guillaume Perréal
Browse files
Remplace $CI_PROJECT_DIR par $CI_PROJECT_DIR.
parent
4cc4ce05
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1873cda7
...
...
@@ -49,7 +49,7 @@ npm-test:
-
cd $HOME/prezbuilder
-
npm install "git+${CI_REPOSITORY_URL}#${CI_COMMIT_REF_NAME}"
-
ln -s $HOME/prezbuilder/node_modules/.bin/prezbuilder /usr/local/bin/prezbuilder
-
cd $CI_
BUILDS
_DIR
-
cd $CI_
PROJECT
_DIR
script
:
-
prezbuilder build src public
-
"
[
-e
public/index.html
]"
...
...
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