Skip to content
Snippets Groups Projects
Commit ba5132e5 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'notify_slack' into 'master'

Shrink notify slack container

See merge request gitlab-org/omnibus-gitlab!4649
parents e94a5277 b31b60bf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -161,7 +161,7 @@ include:
 
.notify:
before_script:
- apk update && apk add git curl bash
- apk add --no-cache curl
image: "alpine"
stage: notification_fail
 
Loading
Loading
#!/bin/bash
#!/bin/sh
# Sends Slack notification ERROR_MSG to CHANNEL
# An env. variable CI_SLACK_WEBHOOK_URL needs to be set.
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment