git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

codedeploy-2014-10-06.waiters2.json (662B)


      1 {
      2   "version": 2,
      3   "waiters": {
      4     "DeploymentSuccessful": {
      5       "delay": 15,
      6       "operation": "GetDeployment",
      7       "maxAttempts": 120,
      8       "acceptors": [
      9         {
     10           "expected": "Succeeded",
     11           "matcher": "path",
     12           "state": "success",
     13           "argument": "deploymentInfo.status"
     14         },
     15         {
     16           "expected": "Failed",
     17           "matcher": "path",
     18           "state": "failure",
     19           "argument": "deploymentInfo.status"
     20         },
     21         {
     22           "expected": "Stopped",
     23           "matcher": "path",
     24           "state": "failure",
     25           "argument": "deploymentInfo.status"
     26         }
     27       ]
     28     }
     29   }
     30 }