Skip to content

Commit

Permalink
Merge pull request #238 from thingspect/bconway_update_slack
Browse files Browse the repository at this point in the history
Update Slack integration
  • Loading branch information
bconway authored Nov 15, 2023
2 parents 0bd09c7 + 1e61758 commit 3dcdf1b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
TEST_NSQ_PUB_ADDR: nsqd:4150
TEST_NSQ_LOOKUP_ADDRS: nsqlookupd:4161
TEST_MQTT_ADDR: tcp://mqtt:1883
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
services:
postgres:
image: postgres:16-alpine
Expand Down Expand Up @@ -54,7 +52,7 @@ jobs:
go env
- name: Clone
id: Clone
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Restart_MQTT
id: Restart_MQTT
# Restart MQTT after volumes have been checked out
Expand All @@ -78,9 +76,3 @@ jobs:
docker buildx build -f build/Dockerfile -t ghcr.io/thingspect/atlas:${TAG} --push .
docker buildx rm
docker logout ghcr.io
- name: Notify
uses: act10ns/slack@v2
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
if: always()

0 comments on commit 3dcdf1b

Please sign in to comment.