Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 224faae

Browse files
authored
add nightly
1 parent ad0e7cb commit 224faae

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,20 @@ jobs:
2525
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
2626

2727
- run: mvn -s .circleci.settings.xml -DskipTests deploy
28+
29+
30+
workflows:
31+
version: 2
32+
commit:
33+
jobs:
34+
- build
35+
nightly:
36+
triggers:
37+
- schedule:
38+
cron: "0 0 * * *"
39+
filters:
40+
branches:
41+
only:
42+
- master
43+
jobs:
44+
- build

0 commit comments

Comments
 (0)