Skip to content

Commit

Permalink
fix the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Apr 5, 2022
1 parent aced162 commit bf3bbd6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docker/sync.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
commands:
- call:
uri: '%URL%api/v1/messages'
method: POST
data:
messageLevel: warning
duration: PT1H
tags: ['%PROJECT%']
text: resync + reindex in progress
uri: '%URL%api/v1/messages'
method: POST
data:
messageLevel: warning
duration: PT1H
tags: ['%PROJECT%']
text: resync + reindex in progress
- command: [opengrok-mirror, -c, '/opengrok/etc/mirror.yml', -I, -U, '%URL%', '%PROJECT%']
- command: [opengrok-reindex-project, --printoutput,
--jar, /opengrok/lib/opengrok.jar, -U, '%URL%', -P, '%PROJECT%', --,
-r, dirbased, -G, -m, '256', --leadingWildCards, 'on',
-c, /usr/local/bin/ctags, -U, '%URL%', -H, '%PROJECT%']
limits: {RLIMIT_NOFILE: 1024}
- call:
uri: '%URL%api/v1/messages?tag=%PROJECT%'
method: DELETE
data: 'resync + reindex in progress'
headers:
'Content-type': 'text/plain'
uri: '%URL%api/v1/messages?tag=%PROJECT%'
method: DELETE
data: 'resync + reindex in progress'
headers:
'Content-type': 'text/plain'
cleanup:
- call:
uri: '%URL%api/v1/messages?tag=%PROJECT%'
method: DELETE
data: 'resync + reindex in progress'
headers:
'Content-type': 'text/plain'
uri: '%URL%api/v1/messages?tag=%PROJECT%'
method: DELETE
data: 'resync + reindex in progress'
headers:
'Content-type': 'text/plain'

0 comments on commit bf3bbd6

Please sign in to comment.