Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Remove build job
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Mar 7, 2018
1 parent a41dc32 commit fb6335a
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ variables:

stages:
- install
- build
- test
- deploy_prod

Expand All @@ -27,30 +26,21 @@ install:
- make install
<<: *artifacts

build:
stage: build
<<: *image_test
script:
- make build
dependencies:
- install
<<: *artifacts

lint:
stage: test
<<: *image_test
script:
- make lint
dependencies:
- build
- install

test:
stage: test
<<: *image_test
script:
- make check
dependencies:
- build
- install

deploy_prod:
stage: deploy_prod
Expand Down

0 comments on commit fb6335a

Please sign in to comment.