Skip to content

Commit 443271a

Browse files
authored
chore: cleanup template features (#2)
* chore: remove `color` sample feature Remove template feature and tests * chore: remove `hello` sample feature - remove template feature and tests - update references in `go-mod-cache` feature
1 parent fc24a8b commit 443271a

File tree

19 files changed

+3
-435
lines changed

19 files changed

+3
-435
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
matrix:
1515
features:
1616
- go-mod-cache
17-
- color
18-
- hello
1917
baseImage:
2018
- debian:latest
2119
- ubuntu:latest
@@ -36,8 +34,6 @@ jobs:
3634
matrix:
3735
features:
3836
- go-mod-cache
39-
- color
40-
- hello
4137
steps:
4238
- uses: actions/checkout@v4
4339

src/color/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/color/devcontainer-feature.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/color/install.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/go-mod-cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Mounts the Go Module cache (`GOMODCACHE`) to a Docker Volume to share between mu
2222

2323
---
2424

25-
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/hello/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
25+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/go-mod-cache/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

src/hello/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/hello/devcontainer-feature.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/hello/install.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

test/_global/color_and_hello.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

test/_global/scenarios.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)