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
6f87d75 added an (almost) empty directory where a clearinghouse's statekeys should be stored. (The dir does contain a README file, because Git won't track completely empty dirs.)
The clearinghouse deployment script removes this dir. This made sense when the existing statekeys for seattleclearinghouse.poly.edu and betaseattleclearinghouse.poly.edu were stored there, but I've moved them to separate directories since, in 350b594.
The rmtree() of statekeys/ should thus be removed from the deployment script, deploymentscripts/deploy_clearinghouse.py.
The text was updated successfully, but these errors were encountered:
6f87d75 added an (almost) empty directory where a clearinghouse's statekeys should be stored. (The dir does contain a README file, because Git won't track completely empty dirs.)
The clearinghouse deployment script removes this dir. This made sense when the existing statekeys for seattleclearinghouse.poly.edu and betaseattleclearinghouse.poly.edu were stored there, but I've moved them to separate directories since, in 350b594.
The
rmtree()
ofstatekeys/
should thus be removed from the deployment script,deploymentscripts/deploy_clearinghouse.py
.The text was updated successfully, but these errors were encountered: