diff options
author | Ruben Davila <rdavila84@gmail.com> | 2016-08-04 00:22:49 -0500 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2016-08-04 00:22:49 -0500 |
commit | a999153bcfcadc2d8a44eaceee1d63cc65957fcf (patch) | |
tree | 1b0d9402c5d842a95b417e36d871ad46946e061a /.gitlab-ci.yml | |
parent | 8890376f0f72f713a7530bd7989e71442c69dc91 (diff) | |
download | gitlab-ce-a999153bcfcadc2d8a44eaceee1d63cc65957fcf.tar.gz |
Don't setup DB for slack notification build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2eda2a6007d..8da9acf9066 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |