Skip to content

Commit 611b287

Browse files
committed
Fix merge
1 parent 6713e25 commit 611b287

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,7 @@ jobs:
233233
# Install dsBase.
234234
# If previous steps have failed then don't run.
235235
- bash: |
236-
<<<<<<< HEAD
237-
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 = '6.4.0'); opal.logout(opal)"
238-
=======
239236
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(o)"
240-
>>>>>>> origin/v6.3.3-dev
241237
242238
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 = '6.3.2'); opal.logout(opal)"
243239

0 commit comments

Comments
 (0)