Don't setup DB for slack notification build

This commit is contained in:
Ruben Davila 2016-08-04 00:22:49 -05:00
parent 8890376f0f
commit a999153bcf
1 changed files with 3 additions and 0 deletions

View File

@ -252,6 +252,9 @@ coverage:
notify:slack:
stage: post-test
variables:
USE_DB: "false"
USE_BUNDLE_INSTALL: "false"
script:
- ./scripts/notify_slack.sh "#builds" "Build on \`$CI_BUILD_REF_NAME\` failed! Commit \`$(git log -1 --oneline)\` See <https://gitlab.com/gitlab-org/$(basename "$PWD")/commit/"$CI_BUILD_REF"/builds>"
when: on_failure