2020-05-06 09:32:26 +00:00
|
|
|
slack:
|
|
|
|
extends:
|
|
|
|
- .template_integration
|
2021-02-24 16:03:51 +00:00
|
|
|
rules:
|
|
|
|
- if: $CI_MERGE_REQUEST_ID
|
|
|
|
when: never
|
|
|
|
- if: '$CI_COMMIT_BRANCH =~ /^private/'
|
|
|
|
when: manual
|
|
|
|
allow_failure: true
|
2021-03-15 08:22:23 +00:00
|
|
|
- when: on_success
|
2020-05-06 09:32:26 +00:00
|
|
|
script:
|
|
|
|
- bundle exec rake zammad:db:unseeded
|
2021-02-24 16:03:51 +00:00
|
|
|
- bundle exec rails test test/integration/slack_test.rb
|