Skip to content

add support for caching revision data #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2016
Merged

Conversation

ghedamat
Copy link
Contributor

@@ -80,7 +80,7 @@ module.exports = {

this.log('Uploading `' + filePath + '`', { verbose: true });
return this._readFileContents(filePath)
.then(redisDeployClient.upload.bind(redisDeployClient, keyPrefix, revisionKey))
.then(redisDeployClient.upload.bind(redisDeployClient, keyPrefix, revisionKey, context.revisionData))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be read from config? i.e. this.readConfig('revisionData')

@ghedamat ghedamat force-pushed the enrich-revision-data branch 3 times, most recently from 9c591b6 to f9e695d Compare March 28, 2016 23:32
@ghedamat ghedamat force-pushed the enrich-revision-data branch from f9e695d to 43fe41a Compare March 29, 2016 18:48
@lukemelia lukemelia merged commit 212346f into master Mar 29, 2016
@lukemelia lukemelia deleted the enrich-revision-data branch March 29, 2016 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants