wip
This commit is contained in:
+2
-4
@@ -23,6 +23,8 @@ variables:
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- echo "Running package..."
|
||||||
|
- cd ${GITLAB_CLONE_DIR}
|
||||||
- mvn clean package
|
- mvn clean package
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
@@ -32,10 +34,6 @@ on_commits:
|
|||||||
stage: on_commit
|
stage: on_commit
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
script:
|
|
||||||
- echo "Running tests..."
|
|
||||||
- cd ${GITLAB_CLONE_DIR}
|
|
||||||
- mvn test
|
|
||||||
only:
|
only:
|
||||||
- /^feature.*$/
|
- /^feature.*$/
|
||||||
- merge_request
|
- merge_request
|
||||||
|
|||||||
Reference in New Issue
Block a user