summaryrefslogtreecommitdiff
path: root/.delivery/config.json
blob: 58a6e0277d8246956c7556c067a7895e634b7fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "version": "2",
  "build_cookbook": {
    "path": ".delivery/build-cookbook",
    "name": "build-cookbook"
  },
  "skip_phases": [
    "lint",
    "syntax"
   ],
  "build_nodes": {},
  "dependencies": []
}