Skip to content

Commit

Permalink
fix update schema script
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Aug 30, 2023
1 parent 8bd5683 commit 6bc181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azdo/azurerm-schema-update-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ steps:
cd azapi2azurerm/.tools/generate-provider-schema
pwd
chmod -R +x ./run.sh
./run.sh /home/vsts/work/1/s/terraform-provider-azurerm ${{ parameters.branch }}
./run.sh /mnt/vss/_work/1/s/terraform-provider-azurerm ${{ parameters.branch }}
displayName: 'Exporting AzureRM Schema'
- bash: |
Expand Down

0 comments on commit 6bc181d

Please sign in to comment.