You've already forked devops-exercises
Rename repository
Unforunately, It came to my knowledge that this repository promoted a phenomenon where DevOps interviews became a trivia game where people think it's normal to throw 20 random short questions like "what is fork()" or "which tools would you use for each of the following areas?" and this was not my intention. To explcitly state this repository doesn't represents real DevOps interview questions I've decided to rename it.
This commit is contained in:
22
exercises/flask_container_ci/users.json
Normal file
22
exercises/flask_container_ci/users.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"geralt" : {
|
||||
"id": "whitewolf",
|
||||
"name": "Geralt of Rivia",
|
||||
"description": "Traveling monster slayer for hire"
|
||||
},
|
||||
"lara_croft" : {
|
||||
"id": "m31a3n6sion",
|
||||
"name": "Lara Croft",
|
||||
"description": "Highly intelligent and athletic English archaeologist"
|
||||
},
|
||||
"mario" : {
|
||||
"id": "smb3igiul",
|
||||
"name": "Mario",
|
||||
"description": "Italian plumber who really likes mushrooms"
|
||||
},
|
||||
"gordon_freeman" : {
|
||||
"id": "nohalflife3",
|
||||
"name": "Gordon Freeman",
|
||||
"description": "Physicist with great shooting skills"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user