Skip to content

Commit

Permalink
Add message before POSTing to APICURON
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Oct 22, 2023
1 parent 031fc79 commit 3c762c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/load-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,8 @@ echo build and deploy allele_qc container
docker service update --image pombase/allele_qc:$DATE_VERSION allele_qc
docker service update --replicas 1 allele_qc)

echo
echo sending data to APICURON:
curl -X 'POST' \
'https://dev.apicuron.org/api/reports/bulk' \
-H 'accept: */*' \
Expand Down

0 comments on commit 3c762c5

Please sign in to comment.