This commit is contained in:
Marcin Grzejszczak
2021-04-19 09:16:47 +02:00
parent e33bcde2a5
commit c8b9839467

15
.circleci/config.yml Normal file
View File

@@ -0,0 +1,15 @@
version: 2
jobs:
build:
docker:
- image: springcloud/pipeline-base
environment:
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
branches:
ignore:
- gh-pages # list of branches to ignore
steps:
- checkout
- run:
name: "Running build"
command: echo $(env)