Skip to content

Commit 3486ffd

Browse files
committed
improved comment
1 parent 806be61 commit 3486ffd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

demos/signal-processing/create-nifi-ingestion-job.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ data:
8787
service_login(username=USERNAME, password=PASSWORD)
8888
print("Logged in")
8989
90-
# This URL must keep the "stackabletech/demos/main/" form (not "refs/heads/main") so that
91-
# .scripts/update_refs.sh can rewrite it to the release branch at release time.
90+
# At release time, .scripts/update_refs.sh rewrites the branch in this URL to the release
91+
# branch. Keep the URL in a form its regex matches, or release-branch installs will
92+
# download this file from main (see the 26.3 regression).
9293
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/main/demos/signal-processing/DownloadAndWriteToDB.json")
9394
9495
filename = "/tmp/DownloadAndWriteToDB.json"

0 commit comments

Comments
 (0)