Skip to content

Commit bf3bbd6

Browse files
committed
fix the syntax
1 parent aced162 commit bf3bbd6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docker/sync.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
commands:
22
- call:
3-
uri: '%URL%api/v1/messages'
4-
method: POST
5-
data:
6-
messageLevel: warning
7-
duration: PT1H
8-
tags: ['%PROJECT%']
9-
text: resync + reindex in progress
3+
uri: '%URL%api/v1/messages'
4+
method: POST
5+
data:
6+
messageLevel: warning
7+
duration: PT1H
8+
tags: ['%PROJECT%']
9+
text: resync + reindex in progress
1010
- command: [opengrok-mirror, -c, '/opengrok/etc/mirror.yml', -I, -U, '%URL%', '%PROJECT%']
1111
- command: [opengrok-reindex-project, --printoutput,
1212
--jar, /opengrok/lib/opengrok.jar, -U, '%URL%', -P, '%PROJECT%', --,
1313
-r, dirbased, -G, -m, '256', --leadingWildCards, 'on',
1414
-c, /usr/local/bin/ctags, -U, '%URL%', -H, '%PROJECT%']
1515
limits: {RLIMIT_NOFILE: 1024}
1616
- 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'
17+
uri: '%URL%api/v1/messages?tag=%PROJECT%'
18+
method: DELETE
19+
data: 'resync + reindex in progress'
20+
headers:
21+
'Content-type': 'text/plain'
2222
cleanup:
2323
- 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'
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)