@@ -215,13 +215,13 @@ jobs:
215215 # Install dsBase.
216216 # If previous steps have failed then don't run.
217217 - bash : |
218- R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https ://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0) ); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(opal)"
218+ R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'http ://localhost:8080' ); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(opal)"
219219
220- R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https ://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0) ); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = 'v6.3.5-dev'); opal.logout(opal)"
220+ R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='http ://localhost:8080/' ); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = 'v6.3.5-dev'); opal.logout(opal)"
221221
222222 sleep 60
223223
224- R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https ://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0) ); dsadmin.set_option(opal, 'default.datashield.privacyControlLevel', 'permissive'); opal.logout(opal)"
224+ R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='http ://localhost:8080/' ); dsadmin.set_option(opal, 'default.datashield.privacyControlLevel', 'permissive'); opal.logout(opal)"
225225
226226 workingDirectory: $(Pipeline.Workspace)/dsBaseClient/tests/testthat/data_files
227227 displayName: 'Install dsBase to Opal, as set disclosure test options'
@@ -344,9 +344,9 @@ jobs:
344344 # If previous steps have failed then don't run
345345 - bash : |
346346
347- R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'https ://localhost:8443', opts = list(ssl_verifyhost=0, ssl_verifypeer=0) ); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(opal)"
347+ R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'http ://localhost:8080/' ); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(opal)"
348348
349- R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='https ://localhost:8443/', opts = list(ssl_verifyhost=0, ssl_verifypeer=0) ); dsadmin.install_github_package(opal, 'dsDanger', username = 'datashield', ref = '6.3.4'); opal.logout(opal)"
349+ R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='http ://localhost:8080/' ); dsadmin.install_github_package(opal, 'dsDanger', username = 'datashield', ref = '6.3.4'); opal.logout(opal)"
350350
351351 workingDirectory: $(Pipeline.Workspace)/dsBaseClient
352352 displayName: 'Install dsDanger package on Opal server'
0 commit comments