Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Remove docs and tests for duffle.toml and duffle.yaml (#803)
Browse files Browse the repository at this point in the history
Fixes #752
  • Loading branch information
benpatt authored and jeremyrickard committed Jul 23, 2019
1 parent 08636d6 commit 63d32c2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 50 deletions.
4 changes: 2 additions & 2 deletions docs/proposal/203-duffle-build.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Duffle Build

This document describes how `duffle build` works, and how it uses the duffle build file: `duffle.json, duffle.yaml, duffle.toml`.
This document describes how `duffle build` works, and how it uses the duffle build file: `duffle.json`.

`duffle build` take a path to a directory that contains a duffle build file (`duffle.json, duffle.toml, or duffle.yaml`) to build a Cloud Native Application Bundle (CNAB). In the process, it also builds all of the invocation images specified in the duffle build file.
`duffle build` take a path to a directory that contains a duffle build file (`duffle.json`) to build a Cloud Native Application Bundle (CNAB). In the process, it also builds all of the invocation images specified in the duffle build file.
2 changes: 1 addition & 1 deletion pkg/duffle/manifest/manifest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestGenerateName(t *testing.T) {
}

func TestLoad(t *testing.T) {
testcases := []string{"", "duffle.toml", "duffle.json", "duffle.yaml"}
testcases := []string{"", "duffle.json"}

for _, tc := range testcases {
t.Run(tc, func(t *testing.T) {
Expand Down
21 changes: 0 additions & 21 deletions pkg/duffle/manifest/testdata/duffle.toml

This file was deleted.

26 changes: 0 additions & 26 deletions pkg/duffle/manifest/testdata/duffle.yaml

This file was deleted.

0 comments on commit 63d32c2

Please sign in to comment.