From 2ce67309154775d956d60985b91a36c66ae7d23c Mon Sep 17 00:00:00 2001 From: David Jeffers Date: Sun, 23 Mar 2025 13:41:17 -0400 Subject: [PATCH] More linting fixes --- clusterprism_halloween_values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clusterprism_halloween_values.yaml b/clusterprism_halloween_values.yaml index 7aafed0..4cb9371 100644 --- a/clusterprism_halloween_values.yaml +++ b/clusterprism_halloween_values.yaml @@ -33,16 +33,17 @@ resources: # values to build and deploy static sites gitCloneUrl: ssh://git@git.sadmin.pro:2222/DaJeffers/halloween.dajeffers.com.git +# yamllint disable rule:line-length buildScript: | # !/usr/bin/env bash # pre -reqs apt-get update && apt-get install -y wget # Setting up Hugo - # yamllint disable-line rule:line-length wget https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_0.145.0_linux-arm64.tar.gz && tar -xzf hugo_0.145.0_linux-arm64.tar.gz && chmod +x hugo ./hugo +# yamllint enable rule:line-length vars: TZ: 'America/New_York'