We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9117f commit 08c68fcCopy full SHA for 08c68fc
1 file changed
azure-pipelines.yml
@@ -553,7 +553,9 @@ jobs:
553
# If previous steps have failed then don't run.
554
- bash: |
555
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
+ 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
559
560
docker container restart dsbaseclient_armadillo_1
561
sleep 120
0 commit comments