You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now to switch the upload script between production and staging one needs to commit the code/zoltar_scripts/upload_covid19_forecasts_to_zoltar.py script with STAGING = True to the master branch. To simplify this process, we should add a parameter to the GitHub action that runs this script to flip the variable from False to True.
Because the GitHub action does not call the python script directly, we need to make sure that the new parameter passes through the 2 shell scripts that eventually call the python script.
The text was updated successfully, but these errors were encountered:
Right now to switch the upload script between production and staging one needs to commit the
code/zoltar_scripts/upload_covid19_forecasts_to_zoltar.py
script withSTAGING = True
to the master branch. To simplify this process, we should add a parameter to the GitHub action that runs this script to flip the variable from False to True.Because the GitHub action does not call the python script directly, we need to make sure that the new parameter passes through the 2 shell scripts that eventually call the python script.
The text was updated successfully, but these errors were encountered: