Skip to content

Commit

Permalink
Merge pull request #57 from jrit/master
Browse files Browse the repository at this point in the history
Reverse cloudfront subtask order
  • Loading branch information
jpillora committed Feb 20, 2019
2 parents b9f025a + e760bb8 commit 37186e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/services/cloudfront.js
Expand Up @@ -27,13 +27,13 @@ module.exports = function(grunt) {
'accessKeyId',
'secretAccessKey'
), true);

//cloudfront client
var cloudfront = new AWS.CloudFront();

var subtasks = [];
subtasks.push(createInvalidations);
subtasks.push(createUpdates);
subtasks.push(createInvalidations);
async.series(subtasks, done);

//------------------------------------------------
Expand Down

0 comments on commit 37186e1

Please sign in to comment.