Skip to content

Commit 1e2b4b6

Browse files
committed
fix: cleanup setup-envtest.sh from Makefile scaffolding
1 parent 33ad938 commit 1e2b4b6

File tree

15 files changed

+0
-15
lines changed

15 files changed

+0
-15
lines changed

docs/book/src/component-config-tutorial/testdata/project/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GOBIN=$(shell go env GOBIN)
1212
endif
1313

1414
# Setting SHELL to bash allows bash commands to be executed by recipes.
15-
# This is a requirement for 'setup-envtest.sh' in the test target.
1615
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
1716
SHELL = /usr/bin/env bash -o pipefail
1817
.SHELLFLAGS = -ec

docs/book/src/cronjob-tutorial/testdata/project/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GOBIN=$(shell go env GOBIN)
1212
endif
1313

1414
# Setting SHELL to bash allows bash commands to be executed by recipes.
15-
# This is a requirement for 'setup-envtest.sh' in the test target.
1615
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
1716
SHELL = /usr/bin/env bash -o pipefail
1817
.SHELLFLAGS = -ec

docs/book/src/migration/manually_migration_guide_v2_v3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ With:
411411

412412
```makefile
413413
# Setting SHELL to bash allows bash commands to be executed by recipes.
414-
# This is a requirement for 'setup-envtest.sh' in the test target.
415414
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
416415
SHELL = /usr/bin/env bash -o pipefail
417416
.SHELLFLAGS = -ec

docs/book/src/multiversion-tutorial/testdata/project/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GOBIN=$(shell go env GOBIN)
1212
endif
1313

1414
# Setting SHELL to bash allows bash commands to be executed by recipes.
15-
# This is a requirement for 'setup-envtest.sh' in the test target.
1615
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
1716
SHELL = /usr/bin/env bash -o pipefail
1817
.SHELLFLAGS = -ec

pkg/plugins/golang/v3/scaffolds/internal/templates/makefile.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ GOBIN=$(shell go env GOBIN)
7171
endif
7272
7373
# Setting SHELL to bash allows bash commands to be executed by recipes.
74-
# This is a requirement for 'setup-envtest.sh' in the test target.
7574
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
7675
SHELL = /usr/bin/env bash -o pipefail
7776
.SHELLFLAGS = -ec

testdata/project-v3-addon-and-grafana/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GOBIN=$(shell go env GOBIN)
1212
endif
1313

1414
# Setting SHELL to bash allows bash commands to be executed by recipes.
15-
# This is a requirement for 'setup-envtest.sh' in the test target.
1615
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
1716
SHELL = /usr/bin/env bash -o pipefail
1817
.SHELLFLAGS = -ec

testdata/project-v3-config/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GOBIN=$(shell go env GOBIN)
1212
endif
1313

1414
# Setting SHELL to bash allows bash commands to be executed by recipes.
15-
# This is a requirement for 'setup-envtest.sh' in the test target.
1615
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
1716
SHELL = /usr/bin/env bash -o pipefail
1817
.SHELLFLAGS = -ec

testdata/project-v3-multigroup/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GOBIN=$(shell go env GOBIN)
1212
endif
1313

1414
# Setting SHELL to bash allows bash commands to be executed by recipes.
15-
# This is a requirement for 'setup-envtest.sh' in the test target.
1615
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
1716
SHELL = /usr/bin/env bash -o pipefail
1817
.SHELLFLAGS = -ec

testdata/project-v3-with-deploy-image/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GOBIN=$(shell go env GOBIN)
1212
endif
1313

1414
# Setting SHELL to bash allows bash commands to be executed by recipes.
15-
# This is a requirement for 'setup-envtest.sh' in the test target.
1615
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
1716
SHELL = /usr/bin/env bash -o pipefail
1817
.SHELLFLAGS = -ec

testdata/project-v3/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GOBIN=$(shell go env GOBIN)
1212
endif
1313

1414
# Setting SHELL to bash allows bash commands to be executed by recipes.
15-
# This is a requirement for 'setup-envtest.sh' in the test target.
1615
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
1716
SHELL = /usr/bin/env bash -o pipefail
1817
.SHELLFLAGS = -ec

0 commit comments

Comments
 (0)