Fixing wrong artifact path

This commit is contained in:
Eliot Berriot 2017-06-25 18:08:50 +02:00
parent b50d1c5919
commit 22f3b42ab1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ build_front:
artifacts: artifacts:
name: "front_${CI_COMMIT_REF_NAME}" name: "front_${CI_COMMIT_REF_NAME}"
paths: paths:
- /dist - front/dist/
only: only:
- master - master
- develop - develop