Disable Shutzbot in favor of GitLab CI

This commit is contained in:
Alexander Todorov 2021-05-25 15:26:33 +03:00 committed by Ondřej Budai
parent 3717ddfbbd
commit 591b0fa1be

View file

@ -55,17 +55,6 @@ jobs:
- name: Send coverage to codecov.io
run: bash <(curl -s https://codecov.io/bash)
- name: Trigger Schutzbot
env:
EVENT_NAME: ${{ github.event_name }}
WEBHOOK_PAYLOAD: ${{ toJSON(github.event) }}
SQS_REGION: us-east-1
SQS_QUEUE_URL: "https://sqs.us-east-1.amazonaws.com/933752197999/schutzbot_webhook_sqs-staging"
run: |
#!/bin/bash
pip3 install boto3 botocore
schutzbot/send_webhook.py
shellcheck:
name: "🐚 Shellcheck"
runs-on: ubuntu-20.04