Skip to content

Commit 08c68fc

Browse files
committed
Obtain R packages as part of setup
1 parent 6a9117f commit 08c68fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,9 @@ jobs:
553553
# If previous steps have failed then don't run.
554554
- bash: |
555555
556-
curl -u admin:admin -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.1-permissive.tar.gz" -X POST http://localhost:8080/install-package
556+
curl -u admin:admin -X GET http://localhost:8080/packages
557+
558+
curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.1-permissive.tar.gz" -X POST http://localhost:8080/install-package
557559
558560
docker container restart dsbaseclient_armadillo_1
559561
sleep 120

0 commit comments

Comments
 (0)