Shrink notify slack container

This commit is contained in:
J0WI 2020-10-15 22:55:03 +02:00
parent 848abe838f
commit b31b60bf3c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Sends Slack notification ERROR_MSG to CHANNEL
# An env. variable CI_SLACK_WEBHOOK_URL needs to be set.