Skip to content

Commit

Permalink
fix(devkit): pass AZURE_TENANT_ID to devkit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoelker committed Apr 14, 2022
1 parent 965a769 commit 94f44bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export DOCKER_DEVKIT_AZURE_ARGS ?= \
--env AZURE_CLIENT_ID \
--env AZURE_CLIENT_SECRET \
--env AZURE_SUBSCRIPTION_ID \
--env AZURE_TENANT_ID \
--volume "$(HOME)/.azure":"/home/$(USER_NAME)/.azure"

export DOCKER_DEVKIT_VSPHERE_ARGS ?= \
Expand Down

0 comments on commit 94f44bc

Please sign in to comment.