Skip to content

Commit 52909ed

Browse files
committed
Fix merge
1 parent 611b287 commit 52909ed

2 files changed

Lines changed: 0 additions & 26 deletions

File tree

armadillo_azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,10 @@ schedules:
5858
- master
5959
always: true
6060
- cron: "0 2 * * *"
61-
<<<<<<< HEAD
6261
displayName: Nightly build - v6.4.0-dev
6362
branches:
6463
include:
6564
- v6.4.0-dev
66-
=======
67-
displayName: Nightly build - v6.3.2-dev
68-
branches:
69-
include:
70-
- v6.3.2-dev
71-
>>>>>>> origin/v6.3.3-dev
7265
always: true
7366

7467
#########################################################################################
@@ -242,11 +235,7 @@ jobs:
242235
243236
curl -u admin:admin -X GET http://localhost:8080/packages
244237
245-
<<<<<<< HEAD
246238
curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.4.0.9000-permissive.tar.gz" -X POST http://localhost:8080/install-package
247-
=======
248-
curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.2-permissive.tar.gz" -X POST http://localhost:8080/install-package
249-
>>>>>>> origin/v6.3.3-dev
250239
sleep 60
251240
252241
docker container restart dsbaseclient_armadillo_1
@@ -375,11 +364,7 @@ jobs:
375364
- bash: |
376365
curl -u admin:admin http://localhost:8080/whitelist
377366
378-
<<<<<<< HEAD
379367
curl -u admin:admin -v -H 'Content-Type: multipart/form-data' -F "file=@dsDanger_6.4.0.9000.tar.gz" -X POST http://localhost:8080/install-package
380-
=======
381-
curl -u admin:admin -v -H 'Content-Type: multipart/form-data' -F "file=@dsDanger_6.3.2.tar.gz" -X POST http://localhost:8080/install-package
382-
>>>>>>> origin/v6.3.3-dev
383368
384369
docker container restart dsbaseclient_armadillo_1
385370
sleep 60

opal_azure-pipelines.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,10 @@ schedules:
5858
- master
5959
always: true
6060
- cron: "0 2 * * *"
61-
<<<<<<< HEAD
6261
displayName: Nightly build - v6.4.0-dev
6362
branches:
6463
include:
6564
- v6.4.0-dev
66-
=======
67-
displayName: Nightly build - v6.3.2-dev
68-
branches:
69-
include:
70-
- v6.3.2-dev
71-
>>>>>>> origin/v6.3.3-dev
7265
always: true
7366

7467
#########################################################################################
@@ -242,11 +235,7 @@ jobs:
242235
- bash: |
243236
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)"
244237
245-
<<<<<<< HEAD
246-
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)"
247-
=======
248238
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)"
249-
>>>>>>> origin/v6.3.3-dev
250239
251240
sleep 60
252241

0 commit comments

Comments
 (0)