Skip to content

Commit

Permalink
Merge pull request #1922 from nkubala/dedupe-cache
Browse files Browse the repository at this point in the history
Remove duplicate cache code
  • Loading branch information
nkubala authored Apr 4, 2019
2 parents 2df3067 + 099b4a5 commit 285c1df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 490 deletions.
30 changes: 0 additions & 30 deletions docs/content/en/schemas/v1beta8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1423,36 +1423,6 @@
"description": "configures how Kaniko mounts sources directly via an `emptyDir` volume.",
"x-intellij-html-description": "configures how Kaniko mounts sources directly via an <code>emptyDir</code> volume."
},
"Pipeline": {
"properties": {
"build": {
"$ref": "#/definitions/BuildConfig",
"description": "describes how images are built.",
"x-intellij-html-description": "describes how images are built."
},
"deploy": {
"$ref": "#/definitions/DeployConfig",
"description": "describes how images are deployed.",
"x-intellij-html-description": "describes how images are deployed."
},
"test": {
"items": {
"$ref": "#/definitions/TestCase"
},
"type": "array",
"description": "describes how images are tested.",
"x-intellij-html-description": "describes how images are tested."
}
},
"preferredOrder": [
"build",
"test",
"deploy"
],
"additionalProperties": false,
"description": "describes a Skaffold pipeline.",
"x-intellij-html-description": "describes a Skaffold pipeline."
},
"Profile": {
"required": [
"name"
Expand Down
Loading

0 comments on commit 285c1df

Please sign in to comment.