Fix the API URL in submit-build.sh

This commit is contained in:
Matt Prahl
2016-09-22 12:41:28 -04:00
parent 02b24cdda9
commit 7a84e65752

View File

@@ -3,5 +3,5 @@ echo "Submmiting a build of modules/testmodule, #020ea37251df5019fde9e7899d2f7d7
echo "Using https://localhost:5000/rida/module-builds/"
echo "NOTE: You need to be a Fedora packager for this to work"
echo
curl --cert ~/.fedora.cert -k -H "Content-Type: text/json" --data @submit-build.json https://localhost:5000/rida/module-builds/
curl --cert ~/.fedora.cert -k -H "Content-Type: text/json" --data @submit-build.json https://localhost:5000/rida/1/module-builds/
echo