Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiezhang1997 committed May 22, 2024
1 parent 948d1f3 commit 6a38d5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/.vsts-vhd-windows-automation.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pool:
# uncomment this if the auto teardown pool is down.
# vmImage: ubuntu-22.04
name: $(1ES_DevInfra_Auto_TearDown_Pool_Name)
name: $(AZURE_POOL_NAME)

parameters:
- name: ImageBump
Expand Down
2 changes: 2 additions & 0 deletions vhdbuilder/scripts/windows/automate_version_bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -euxo pipefail
github_user_name=$2
source vhdbuilder/scripts/windows/automate_helpers.sh

az login --identity

pr_purpose="VHDVersion Bumping"

branch_name=""
Expand Down

0 comments on commit 6a38d5a

Please sign in to comment.