X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fhelm%2FMakefile;fp=docker%2Fhelm%2FMakefile;h=a5b4099bf1a43686b19a122708b2f115afe0c976;hb=02b1ff0b186b082fb86a91ffcb0c0be0b3c92d6c;hp=0000000000000000000000000000000000000000;hpb=7918d7e7895da4c6ea4b25610780522ac0351d00;p=validation.git diff --git a/docker/helm/Makefile b/docker/helm/Makefile new file mode 100644 index 0000000..a5b4099 --- /dev/null +++ b/docker/helm/Makefile @@ -0,0 +1,23 @@ +############################################################################## +# Copyright (c) 2019 AT&T, ENEA AB, Nokia and others # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you maynot use this file except in compliance with the License. # +# # +# You may obtain a copy of the License at # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +############################################################################## + +.PHONY: all +all: .push_image .push_manifest + +.PHONY: build +build: .build + +include ../build.mk