Merge pull request #531 from radiorabe/chore/fix-ci

Fix CI: python checks and docs deployment
This commit is contained in:
Robb 2018-10-06 17:05:52 -04:00 committed by GitHub
commit 5cd943d68e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 14 additions and 465 deletions

View file

@ -49,13 +49,6 @@ class Config {
$CC_CONFIG['staticBaseDir'] = '/';
}
$CC_CONFIG['amazon_S3'] = array(
'provider' => $values['amazon_S3']['provider'],
'bucket' => $values['amazon_S3']['bucket'],
'api_key' => $values['amazon_S3']['api_key'],
'api_key_secret' => $values['amazon_S3']['api_key_secret']
);
// Tells us where file uploads will be uploaded to.
// It will either be set to a cloud storage backend or local file storage.
$CC_CONFIG["current_backend"] = $values["current_backend"]["storage_backend"];