mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Adds spring profile to circleci
This commit is contained in:
parent
2f0f106fa8
commit
4fb7879ec4
@ -17,14 +17,14 @@ jobs:
|
|||||||
key: sc-alibaba-{{ .Branch }}
|
key: sc-alibaba-{{ .Branch }}
|
||||||
- run:
|
- run:
|
||||||
name: "Download dependencies"
|
name: "Download dependencies"
|
||||||
command: ./mvnw -s .settings.xml -U --fail-never dependency:go-offline || true
|
command: ./mvnw -Pspring -U --fail-never dependency:go-offline || true
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: sc-alibaba-{{ .Branch }}
|
key: sc-alibaba-{{ .Branch }}
|
||||||
paths:
|
paths:
|
||||||
- ~/.m2
|
- ~/.m2
|
||||||
- run:
|
- run:
|
||||||
name: "Running build"
|
name: "Running build"
|
||||||
command: ./mvnw -s .settings.xml clean install -U -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
|
command: ./mvnw -Pspring clean install -U -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
|
||||||
- run:
|
- run:
|
||||||
name: "Aggregate test results"
|
name: "Aggregate test results"
|
||||||
when: always
|
when: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user