Skip to content
Snippets Groups Projects
Unverified Commit b6106621 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Remove unused ./bin/deploy-webhook script (#15639)

parent 36fd7408
No related branches found
No related tags found
No related merge requests found
......@@ -925,16 +925,6 @@ jobs:
- store_test_results:
path: cypress/results
########################################################################################################################
# DEPLOYMENT, ETC. #
########################################################################################################################
deploy-master:
executor: clojure-and-node
steps:
- attach-workspace
- run: ./bin/deploy-webhook $DEPLOY_WEBHOOK
########################################################################################################################
# WORKFLOWS #
......
#!/bin/bash
curl -H "Content-Type: application/json" -X POST -d '{"docker_tag":"latest"}' $1
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