Fixing wrong artifact path

merge-requests/154/head
Eliot Berriot 2017-06-25 18:08:50 +02:00
rodzic b50d1c5919
commit 22f3b42ab1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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