source_env.sh.j2 107 B

123
  1. {% for key, value in ENV_VARS.items() %}
  2. export {{ key }}="{{ value | replace('"', '\\"') }}"
  3. {% endfor %}