From 6ac766766e6a6dcae95729d28459891a4aeceabe Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Fri, 15 Dec 2023 08:39:21 +0100 Subject: [PATCH] Fix: cleanup Signed-off-by: Nicolas Lamirault --- netlify.toml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/netlify.toml b/netlify.toml index 8eb0a6c..02f8254 100644 --- a/netlify.toml +++ b/netlify.toml @@ -14,26 +14,8 @@ # # SPDX-License-Identifier: Apache-2.0 -# Copyright (C) 2021 Nicolas Lamirault -# -# Licensed under the Apache License, 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. - -# Hugo build configuration for Netlify -# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify) - [build] base = "netlify" publish = "build" command = "(curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.3.3/landscape2-installer.sh | sh) && make landscape-build" ignore = "false" -environment = { RUBY_VERSION = "2.6.2", NODE_VERSION = "14.3" }