Skip to content
Snippets Groups Projects
Commit 5d7b1cb8 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Should work now

parent 7db4e2cb
No related branches found
No related tags found
No related merge requests found
stages:
- test
# - build
#
# test_api:
# stage: test
# before_script:
# - docker-compose -f api/test.yml build
# script:
# - docker-compose -f api/test.yml run test
# after_script:
# - docker-compose -f api/test.yml run test rm -rf funkwhale_api/media/
#
# tags:
# - dind
#
# build_front:
# stage: build
# image: node:6-alpine
# before_script:
# - cd front
#
# script:
# - npm install
# - npm run build
# cache:
# key: "$CI_COMMIT_REF_NAME"
# paths:
# - front/node_modules
# artifacts:
# name: "front_${CI_COMMIT_REF_NAME}"
# paths:
# - front/dist/
# only:
# - master
# - develop
# tags:
# - docker
- build
test_api:
stage: test
before_script:
- docker-compose -f api/test.yml build
script:
- docker-compose -f api/test.yml run test
after_script:
- docker-compose -f api/test.yml run test rm -rf funkwhale_api/media/
tags:
- dind
build_front:
stage: build
image: node:6-alpine
before_script:
- cd front
script:
- npm install
- npm run build
cache:
key: "$CI_COMMIT_REF_NAME"
paths:
- front/node_modules
artifacts:
name: "front_${CI_COMMIT_REF_NAME}"
paths:
- front/dist/
only:
- master
- develop
tags:
- docker
pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment