Skip to content

Commit

Permalink
Merge pull request #400 from shanoor/patch-1
Browse files Browse the repository at this point in the history
Disable the new login experience for azure-cli
  • Loading branch information
arnaudlh authored Nov 11, 2024
2 parents eba4e04 + fcf9933 commit 996639e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,9 @@ RUN echo "Set rover version to ${versionRover}..." && echo "Installing Terraform
echo "Set rover version to ${versionRover}..." && \
echo "${versionRover}" > /tf/rover/version.txt

RUN az config set core.login_experience_v2=false

COPY ./scripts/rover.sh ./scripts/tfstate.sh ./scripts/functions.sh ./scripts/remote.sh ./scripts/parse_command.sh ./scripts/banner.sh ./scripts/clone.sh ./scripts/walkthrough.sh ./scripts/sshd.sh ./scripts/backend.hcl.tf ./scripts/backend.azurerm.tf ./scripts/ci.sh ./scripts/cd.sh ./scripts/task.sh ./scripts/symphony_yaml.sh ./scripts/test_runner.sh ./
COPY ./scripts/ci_tasks/* ./ci_tasks/
COPY ./scripts/lib/* ./lib/
COPY ./scripts/tfcloud/* ./tfcloud/
COPY ./scripts/tfcloud/* ./tfcloud/

0 comments on commit 996639e

Please sign in to comment.