add memory config in maven build
This commit is contained in:
@@ -21,6 +21,8 @@ steps:
|
|||||||
|
|
||||||
- name: maven build
|
- name: maven build
|
||||||
image: maven:3-alpine
|
image: maven:3-alpine
|
||||||
|
environment:
|
||||||
|
MAVEN_OPTS: "-Xmx1024m -XX:MaxPermSize=256m"
|
||||||
commands:
|
commands:
|
||||||
- mvn clean package -Dmaven.test.skip=true
|
- mvn clean package -Dmaven.test.skip=true
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user