1
0
Fork 0

better postman memes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2022-02-13 23:31:02 +01:00
parent 7ca84e79d4
commit b2934a43c0
3 changed files with 2 additions and 16 deletions

View File

@ -18,8 +18,8 @@ steps:
image: node
commands:
- npm install -g newman
- newman run LoadExampleData.postman_collection.json
- newman run MealHomeWork.postman_collection.json
- newman run --env-var "HOST=run-service:8080" LoadExampleData.postman_collection.json
- newman run --env-var "HOST=run-service:8080" MealHomeWork.postman_collection.json
- name: kaniko
image: banzaicloud/drone-kaniko

View File

@ -103,12 +103,5 @@
]
}
}
],
"variable": [
{
"key": "HOST",
"value": "127.0.0.1:8080",
"type": "string"
}
]
}

View File

@ -196,12 +196,5 @@
]
}
}
],
"variable": [
{
"key": "HOST",
"value": "127.0.0.1:8080",
"type": "string"
}
]
}