From 8189f196f018c009370ae9b07a3f9609ee2e8681 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Sat, 20 Jul 2024 10:25:16 +0200 Subject: [PATCH] chore(getting-started): add warning to generated script --- .../getting_started/getting_started.sh | 19 +++++++++++++++++-- .../getting_started/getting_started.sh.j2 | 19 +++++++++++++++++-- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/docs/modules/hive/examples/getting_started/getting_started.sh b/docs/modules/hive/examples/getting_started/getting_started.sh index 9dd06e1d..d6a447c0 100755 --- a/docs/modules/hive/examples/getting_started/getting_started.sh +++ b/docs/modules/hive/examples/getting_started/getting_started.sh @@ -1,6 +1,21 @@ #!/usr/bin/env bash set -euo pipefail +# DO NOT EDIT THE SCRIPT +# Instead, update the j2 template, and regenerate it for dev: +# cat <