Skip to content

Commit 89635fe

Browse files
committed
Change config folder
1 parent 058e4de commit 89635fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.scripts/automation_generate.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nvm use default
55

66
cd ..
77

8-
file_path="azure-rest-api-specs/branch.txt"
8+
file_path="azure-rest-api-specs/.js/branch.txt"
99
# Check if the file exists
1010
if [ -f "$file_path" ]; then
1111
# Load the content of the file into a variable
@@ -35,7 +35,4 @@ pnpm run build
3535
cd ../../..
3636

3737
cd azure-sdk-for-js
38-
echo '----------------- pwd start'
39-
pwd
40-
echo '----------------- pwd end'
4138
node ../azure-sdk-tools/tools/js-sdk-release-tools/dist/autoGenerateInPipeline.js --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@^6.0.12 --typespecEmitter=@azure-tools/typespec-ts

0 commit comments

Comments
 (0)