Commit a531acfe authored by Michal Čihař's avatar Michal Čihař

Move buildtime to after_success/failure to get build status

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 4d0b6e3d
...@@ -51,6 +51,9 @@ after_script: ...@@ -51,6 +51,9 @@ after_script:
- timestamp.sh coveralls - timestamp.sh coveralls
- coveralls - coveralls
- timestamp.sh done - timestamp.sh done
after_success:
- sync-buildtime-trend-with-gh-pages.sh
after_failure:
- sync-buildtime-trend-with-gh-pages.sh - sync-buildtime-trend-with-gh-pages.sh
matrix: matrix:
allow_failures: allow_failures:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment