Skip to content

Commit

Permalink
Fix: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed Dec 15, 2023
1 parent 4fdac9c commit 6ac7667
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,8 @@
#
# SPDX-License-Identifier: Apache-2.0

# Copyright (C) 2021 Nicolas Lamirault <nicolas.lamirault@gmail.com>
#
# 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" }

0 comments on commit 6ac7667

Please sign in to comment.