Fixed lint issues in ci file

merge-requests/154/head
Eliot Berriot 2018-03-20 14:41:36 +01:00
rodzic 65d876d95b
commit a4b4e9bc00
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ test_api:
stage: test stage: test
image: funkwhale/funkwhale:latest image: funkwhale/funkwhale:latest
cache: cache:
key: "$CI_PROJECT_ID/pip_cache" key: "$CI_PROJECT_ID__pip_cache"
paths: paths:
- "$PIP_CACHE_DIR" - "$PIP_CACHE_DIR"
variables: variables:
@ -46,7 +46,7 @@ test_front:
- yarn install - yarn install
- yarn run unit - yarn run unit
cache: cache:
key: "$CI_PROJECT_ID/front_dependencies" key: "$CI_PROJECT_ID__front_dependencies"
paths: paths:
- front/node_modules - front/node_modules
- front/yarn.lock - front/yarn.lock
@ -68,7 +68,7 @@ build_front:
- yarn install - yarn install
- yarn run build - yarn run build
cache: cache:
key: "$CI_PROJECT_ID/front_dependencies" key: "$CI_PROJECT_ID__front_dependencies"
paths: paths:
- front/node_modules - front/node_modules
- front/yarn.lock - front/yarn.lock