mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -04:00
bitbucket-pipelines.yml created online with Bitbucket
This commit is contained in:
parent
2874841ee0
commit
c23a6cecd7
12
bitbucket-pipelines.yml
Normal file
12
bitbucket-pipelines.yml
Normal file
@ -0,0 +1,12 @@
|
||||
# This is a sample build configuration for Maven.
|
||||
# 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.3
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
script: # Modify the commands below to build your repository.
|
||||
- mvn --version
|
||||
- mvn clean install
|
Loading…
x
Reference in New Issue
Block a user