Removed extra build step.
This commit is contained in:
parent
bf302d87f2
commit
ecfb038b82
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ before_script:
|
||||||
stages:
|
stages:
|
||||||
- pre
|
- pre
|
||||||
- test
|
- test
|
||||||
- build
|
|
||||||
- browser
|
- browser
|
||||||
|
|
||||||
pre:rubocop:
|
pre:rubocop:
|
||||||
|
@ -310,7 +309,7 @@ test:integration:otrs_31:
|
||||||
- rake db:drop
|
- rake db:drop
|
||||||
|
|
||||||
browser:build:
|
browser:build:
|
||||||
stage: build
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- core
|
- core
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue