File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ commands:
18
18
command : |
19
19
sleep <<parameters.duration>>
20
20
echo "Cancelling job as <<parameters.duration>> has elapsed"
21
- curl --fail -X POST -H "Circle-Token: ${CIRCLE_TOKEN}" "https://circleci.com/api/v2 /project/github/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/job /${CIRCLE_BUILD_NUM}/cancel"
21
+ curl --fail -X POST -H "Circle-Token: ${CIRCLE_TOKEN}" "https://circleci.com/api/v1.1 /project/github/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/${CIRCLE_BUILD_NUM}/cancel"
22
22
start-db :
23
23
parameters :
24
24
docker-img :
@@ -78,11 +78,11 @@ commands:
78
78
name : Generate Cache Checksum
79
79
command : find . -name 'pom.xml' | sort | xargs cat > /tmp/maven_cache_seed
80
80
- restore_cache :
81
- key : maven-{{ checksum "/tmp/maven_cache_seed" }}
81
+ key : maven-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/maven_cache_seed" }}
82
82
store_cache :
83
83
steps :
84
84
- save_cache :
85
- key : maven-{{ checksum "/tmp/maven_cache_seed" }}
85
+ key : maven-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/maven_cache_seed" }}
86
86
paths :
87
87
- ~/.m2/repository
88
88
@@ -213,6 +213,7 @@ workflows:
213
213
deploy :
214
214
jobs :
215
215
- deploy :
216
+ context : java-release
216
217
filters :
217
218
tags :
218
219
only : /^deploy.*/
Original file line number Diff line number Diff line change 8
8
<activeByDefault >true</activeByDefault >
9
9
</activation >
10
10
<properties >
11
+ <gpg .keyname>${env.GPG_KEYNAME}</gpg .keyname>
11
12
<gpg .passphrase>${env.GPG_PASSPHRASE}</gpg .passphrase>
12
13
</properties >
13
14
</profile >
Original file line number Diff line number Diff line change 1
- ![ ArangoDB_Logo_RGB_Full_Color_Black-f ] ( https://user-images.githubusercontent .com/7775349/211683174-7113fe7f-3707-4d15-b180-bf2ddaa86617.jpg )
1
+ ![ ArangoDB-Logo ] ( https://www.arangodb .com/wp-content/uploads/2016/05/[email protected] )
2
2
3
3
4
4
# Spring Data ArangoDB
5
5
6
6
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.arangodb/arangodb-spring-data/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.arangodb/arangodb-spring-data )
7
- [ ![ Actions Status ] ( https://github. com/arangodb/spring-data/workflows/Java%20CI/badge .svg )] ( https://github. com/arangodb/spring-data/actions )
7
+ [ ![ CircleCI ] ( https://dl.circleci. com/status-badge/img/gh/ arangodb/spring-data/tree/main .svg?style=svg )] ( https://dl.circleci. com/status-badge/redirect/gh/ arangodb/spring-data/tree/main )
8
8
9
9
- [ Reference] ( https://www.arangodb.com/docs/stable/drivers/spring-data-reference.html )
10
10
- [ Tutorial] ( https://university.arangodb.com/courses/spring-data-tutorial )
Original file line number Diff line number Diff line change 57
57
<enabled >false</enabled >
58
58
</releases >
59
59
</repository >
60
-
61
60
</repositories >
62
61
63
62
<properties >
You can’t perform that action at this time.
0 commit comments