Skip to content

Commit 1bfc455

Browse files
committed
update configuration
1 parent c41895f commit 1bfc455

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

docker/sync.yml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
commands:
2-
- command:
3-
- '%URL%api/v1/messages'
4-
- POST
5-
- messageLevel: warning
2+
- call:
3+
uri: '%URL%api/v1/messages'
4+
method: POST
5+
data:
6+
messageLevel: warning
67
duration: PT1H
78
tags: ['%PROJECT%']
89
text: resync + reindex in progress
@@ -12,14 +13,16 @@ commands:
1213
-r, dirbased, -G, -m, '256', --leadingWildCards, 'on',
1314
-c, /usr/local/bin/ctags, -U, '%URL%', -H, '%PROJECT%']
1415
limits: {RLIMIT_NOFILE: 1024}
15-
- command:
16-
- '%URL%api/v1/messages?tag=%PROJECT%'
17-
- DELETE
18-
- 'resync + reindex in progress'
19-
- 'Content-type': 'text/plain'
16+
- call:
17+
uri: '%URL%api/v1/messages?tag=%PROJECT%'
18+
method: DELETE
19+
data: 'resync + reindex in progress'
20+
headers:
21+
'Content-type': 'text/plain'
2022
cleanup:
21-
- command:
22-
- '%URL%api/v1/messages?tag=%PROJECT%'
23-
- DELETE
24-
- 'resync + reindex in progress'
25-
- 'Content-type': 'text/plain'
23+
- call:
24+
uri: '%URL%api/v1/messages?tag=%PROJECT%'
25+
method: DELETE
26+
data: 'resync + reindex in progress'
27+
headers:
28+
'Content-type': 'text/plain'

0 commit comments

Comments
 (0)