Commit 1df2c1b2 authored by James Lopez's avatar James Lopez

test

parent c2d06714
......@@ -40,9 +40,5 @@ rubocop:
notify:slack:
stage: notifications
script:
- if [[ "$(basename „$PWD")" == "gitlab-ce" ]]; then
./scripts/notify_slack.sh "#ci-test" "Build failed! Check https://gitlab.com/gitlab-org/gitlab-ee/commit/$CI_BUILD_REF/builds"
else
./scripts/notify_slack.sh "#ci-test" "Build failed! Check https://gitlab.com/gitlab-org/gitlab-ee/commit/$CI_BUILD_REF/builds"
fi
- ./scripts/notify_slack.sh "#ci-test" "Build failed! Check https://gitlab.com/gitlab-org/$(basename „$PWD)/commit/$CI_BUILD_REF/builds"
when: on_failure
\ No newline at end of file
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