mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-03 13:33:22 +01:00
bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
parent
8a0081e725
commit
622b9d3313
@ -1,14 +0,0 @@
|
|||||||
# This is a sample build configuration for Java (Maven).
|
|
||||||
# Check our guides at https://confluence.atlassian.com/x/zd-5Mw for more examples.
|
|
||||||
# Only use spaces to indent your .yml configuration.
|
|
||||||
# -----
|
|
||||||
# You can specify a custom docker image from Docker Hub as your build environment.
|
|
||||||
image: maven:3.3.9
|
|
||||||
|
|
||||||
pipelines:
|
|
||||||
default:
|
|
||||||
- step:
|
|
||||||
caches:
|
|
||||||
- maven
|
|
||||||
script: # Modify the commands below to build your repository.
|
|
||||||
- mvn -B verify # -B batch mode makes Maven less verbose
|
|
Loading…
Reference in New Issue
Block a user