Skip to content

Commit 59ca0c0

Browse files
author
Vladimir Kotal
committed
move print
1 parent 628020b commit 59ca0c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev/post-deploy.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
2-
2+
#
33
# Trigger Travis build of the OpenGrok/docker repository.
4-
echo "Triggering Travis build of OpenGrok/docker repository"
4+
#
55

66
body='{
77
"request": {
@@ -11,6 +11,8 @@ body='{
1111
}'
1212

1313
if [ -n "$TRAVIS_TOKEN" ]; then
14+
echo "Triggering Travis build of OpenGrok/docker repository"
15+
1416
curl -s -X POST \
1517
-H "Content-Type: application/json" \
1618
-H "Accept: application/json" \

0 commit comments

Comments
 (0)