Skip to content

Commit 06f43f0

Browse files
committed
Merge branch 'v6.3.1-dev' of github.com:StuartWheater/dsBaseClient into v6.3.1-dev
2 parents 9b0e0de + 08c68fc commit 06f43f0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -552,17 +552,16 @@ jobs:
552552
# Install dsBase.
553553
# If previous steps have failed then don't run.
554554
- bash: |
555-
curl -u admin:admin http://localhost:8080/whitelist
556555
557-
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
558559
559560
docker container restart dsbaseclient_armadillo_1
560561
sleep 120
561562
562563
curl -u admin:admin -X POST http://localhost:8080/whitelist/dsBase
563564
564-
curl -u admin:admin http://localhost:8080/whitelist
565-
566565
workingDirectory: $(Pipeline.Workspace)/dsBaseClient
567566
displayName: 'Install dsBase to Armadillo'
568567
condition: succeeded()

0 commit comments

Comments
 (0)