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

Remove docs and tests for duffle.toml and duffle.yaml #803

Merged
merged 1 commit into from
Jul 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.