Fixed transducerers
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@152566 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
27d834e0e1
commit
59cdba6b76
|
@ -67,7 +67,7 @@ public class DataMinerPoolManager {
|
|||
|
||||
try {
|
||||
String requestUrl = serverUrl + "/algorithm/stage?gcube-token=" + serviceCredentials.getToken()
|
||||
+ "&algorithmPackageURL=" + codeJarAdminCopy.getPublicLink() + "&algorithm_type=transducers"
|
||||
+ "&algorithmPackageURL=" + codeJarAdminCopy.getPublicLink() + "&algorithm_type=transducerers"
|
||||
+ "&category=" + infoData.getAlgorithmCategory() + "&targetVRE=" + serviceCredentials.getScope();
|
||||
logger.debug("DataMinerPoolManager request=" + requestUrl);
|
||||
|
||||
|
|
Loading…
Reference in New Issue