Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
uncommented the deploy all that cleans up after itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 1, 2016
1 parent fb48098 commit 69e9cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/tasks/arm-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ gulp.task("test", ["clean"], function(cb) {
});

gulp.task("deploy-all", ["clean"], function(cb) {
//login(() => validateTemplates(() => deployTemplates(() => deleteCurrentTestGroups(() => logout(cb)))));
login(() => validateTemplates(() => deployTemplates(() => () => logout(cb))));
login(() => validateTemplates(() => deployTemplates(() => deleteCurrentTestGroups(() => logout(cb)))));
//login(() => validateTemplates(() => deployTemplates(() => () => logout(cb))));
});

gulp.task("azure-cleanup", ["clean"], function(cb) {
Expand Down

0 comments on commit 69e9cdf

Please sign in to comment.