Skip to content

Commit

Permalink
fix getting env var
Browse files Browse the repository at this point in the history
  • Loading branch information
atvaccaro committed Jul 31, 2023
1 parent b555b9d commit d47f767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arguments:
- '/app/scripts/publish.py'
- 'publish-exposure'
- 'california_open_data'
- '{% if os.environ["AIRFLOW_ENV"] == "development" %}--no-publish{% else %}--publish{% endif %}'
- '{% if env_var("AIRFLOW_ENV") == "development" %}--no-publish{% else %}--publish{% endif %}'

is_delete_operator_pod: true
get_logs: true
Expand Down

0 comments on commit d47f767

Please sign in to comment.