Skip to content
Snippets Groups Projects
Commit 357b53ed authored by Ludovic Claude's avatar Ludovic Claude
Browse files

Notify dev-activity channel on Slack when pushing a new Docker image

parent c6f7e7bd
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ portal-backend:
- rm -rf $WORKSPACE/src/docker/run/target/
- rm -rf $WORKSPACE/src/docker/run/config/
- echo "Finished building portal-backend"
- curl -k -X POST --data-urlencode payload@$WORKSPACE/src/docker/run/slack.json https://hbps1.chuv.ch/slack/dev-activity
test:
- ./tests/pre-test-run.sh
- ./tests/test-run.sh
......
{"channel": "#dev-activity", "username": "webhookbot", "text": "Pushed a new version of hbpmip/portal-backend to Docker hub", "icon_emoji": ":whale:"}
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