Commit 1873cda7 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Remplace $CI_PROJECT_DIR par $CI_PROJECT_DIR.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 ]"
......
Supports Markdown
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