mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
e2e tests for functions
This commit is contained in:
13
cmd/config/internal/commands/e2e/e2econtainerconfig/Makefile
Normal file
13
cmd/config/internal/commands/e2e/e2econtainerconfig/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 2019 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
.PHONY: generate license fix vet fmt test build tidy
|
||||
|
||||
GOBIN := $(shell go env GOPATH)/bin
|
||||
|
||||
test:
|
||||
go test
|
||||
|
||||
image:
|
||||
docker build . -t gcr.io/kustomize-functions/e2econtainerconfig
|
||||
docker push gcr.io/kustomize-functions/e2econtainerconfig
|
||||
Reference in New Issue
Block a user