aboutsummaryrefslogtreecommitdiffstats
path: root/releases/0.5.0.yaml
blob: bf11c6e39051dfd83528a209fd6717aefa1aa1c4 (plain)
1
2
3
4
5
---
distribution_type: 'maven'
version: '0.5.0'
project: 'ccsdk-features'
log_dir: 'ccsdk-features-maven-stage-master/159/'
se, Version 2.0 (the "License"); # you may not 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. HELM_BIN := helm make-modeling: make-modeling-etsicatalog make-modeling-etsicatalog: cd charts && $(HELM_BIN) dep up modeling-etsicatalog && $(HELM_BIN) lint modeling-etsicatalog clean: @find . -type f -name '*.tgz' -delete @find . -type f -name '*.lock' -delete