Skip to content

Commit 97b7160

Browse files
authored
chore(getting_started): replace templating instructions with make (#543)
1 parent 4f76f25 commit 97b7160

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

docs/modules/airflow/examples/getting_started/code/getting_started.sh

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22
set -euo pipefail
33

44
# DO NOT EDIT THE SCRIPT
5-
# Instead, update the j2 template, and regenerate it for dev:
6-
# cat <<EOF | jinja2 --format yaml getting_started.sh.j2 -o getting_started.sh
7-
# helm:
8-
# repo_name: stackable-dev
9-
# repo_url: https://repo.stackable.tech/repository/helm-dev/
10-
# versions:
11-
# commons: 0.0.0-dev
12-
# secret: 0.0.0-dev
13-
# listener: 0.0.0-dev
14-
# airflow: 0.0.0-dev
15-
# postgresql: 12.1.5
16-
# redis: 17.3.7
17-
# EOF
5+
# Instead, update the j2 template, and regenerate it for dev with `make render-docs`.
186

197
# This script contains all the code snippets from the guide, as well as some assert tests
208
# to test if the instructions in the guide work. The user *could* use it, but it is intended

docs/modules/airflow/examples/getting_started/code/getting_started.sh.j2

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22
set -euo pipefail
33

44
# DO NOT EDIT THE SCRIPT
5-
# Instead, update the j2 template, and regenerate it for dev:
6-
# cat <<EOF | jinja2 --format yaml getting_started.sh.j2 -o getting_started.sh
7-
# helm:
8-
# repo_name: stackable-dev
9-
# repo_url: https://repo.stackable.tech/repository/helm-dev/
10-
# versions:
11-
# commons: 0.0.0-dev
12-
# secret: 0.0.0-dev
13-
# listener: 0.0.0-dev
14-
# airflow: 0.0.0-dev
15-
# postgresql: 12.1.5
16-
# redis: 17.3.7
17-
# EOF
5+
# Instead, update the j2 template, and regenerate it for dev with `make render-docs`.
186

197
# This script contains all the code snippets from the guide, as well as some assert tests
208
# to test if the instructions in the guide work. The user *could* use it, but it is intended

0 commit comments

Comments
 (0)