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