mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-24 20:38:51 +00:00
Add e2e test for image automation
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
121783976a
commit
b05059a9c4
5 changed files with 139 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -64,6 +64,9 @@ install-envtest: setup-envtest
|
|||
setup-bootstrap-patch:
|
||||
go run ./tests/bootstrap/main.go
|
||||
|
||||
setup-image-automation:
|
||||
cd tests/image-automation && go run main.go
|
||||
|
||||
# Find or download setup-envtest
|
||||
setup-envtest:
|
||||
ifeq (, $(shell which setup-envtest))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue