better postman memes
Some checks failed
continuous-integration/drone/push Build is failing

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 image: node
commands: commands:
- npm install -g newman - npm install -g newman
- newman run LoadExampleData.postman_collection.json - newman run --env-var "HOST=run-service:8080" LoadExampleData.postman_collection.json
- newman run MealHomeWork.postman_collection.json - newman run --env-var "HOST=run-service:8080" MealHomeWork.postman_collection.json
- name: kaniko - name: kaniko
image: banzaicloud/drone-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"
}
] ]
} }