Skip to content

Commit

Permalink
cloud: Add updated_urls_topic to cloud function env
Browse files Browse the repository at this point in the history
  • Loading branch information
octonawish-akcodes authored and spbnick committed Jul 26, 2023
1 parent 811967d commit 2e6e038
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloud
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ function cloud_function_withdraw() {
# --new-topic=NAME --new-load-subscription=NAME
# --updated-publish=true|false
# --updated-topic=NAME
# --updated_urls_topic=NAME
# --spool-collection-path=PATH
# --extra-cc=ADDRS
# --smtp-to-addrs=ADDRS --smtp-password-secret=NAME
Expand All @@ -1319,6 +1320,7 @@ function cloud_functions_env() {
heavy_asserts \
new_topic new_load_subscription \
updated_publish updated_topic \
updated_urls_topic \
spool_collection_path \
extra_cc \
smtp_to_addrs smtp_password_secret \
Expand All @@ -1344,6 +1346,7 @@ function cloud_functions_env() {
[KCIDB_CLEAN_TEST_DATABASES]="$clean_test_databases"
[KCIDB_EMPTY_TEST_DATABASES]="$empty_test_databases"
[KCIDB_UPDATED_QUEUE_TOPIC]="$updated_topic"
[KCIDB_UPDATED_URLS_TOPIC]="$updated_urls_topic"
[KCIDB_SELECTED_SUBSCRIPTIONS]=""
[KCIDB_SPOOL_COLLECTION_PATH]="$spool_collection_path"
[KCIDB_SMTP_HOST]="smtp.gmail.com"
Expand Down Expand Up @@ -1903,6 +1906,7 @@ function execute_command() {
--new-load-subscription="$new_load_subscription"
--updated-publish="$updated_publish"
--updated-topic="$updated_topic"
--updated-urls-topic="$updated_urls_topic"
--spool-collection-path="$spool_collection_path"
--extra-cc="$extra_cc"
--smtp-to-addrs="$smtp_to_addrs"
Expand Down

0 comments on commit 2e6e038

Please sign in to comment.