Skip to content

Commit

Permalink
fix: Don't require login during packaging.
Browse files Browse the repository at this point in the history
fix: Don't require login during packaging.

Logging into the cloud provider takes time and is not necessary before all operations. We currently had the plugin logging into Azure, even when just packaging, which isn't necessary. This prevents login from being called when it is not needed.

AB#801
  • Loading branch information
PIC123 authored Aug 13, 2019
1 parent 1361dc9 commit c313683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/login/loginHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Hooks that require authentication before execution
*/
export const loginHooks = [
"package:initialize",
"deploy:list:list",
"deploy:deploy",
"invoke:invoke",
Expand Down

0 comments on commit c313683

Please sign in to comment.