Skip to content

Commit 5ec49bf

Browse files
authored
Update azure-pipelines-dev.yml
1 parent 49220b6 commit 5ec49bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
if [ -z "$(system.pullRequest.sourceRepositoryUri)" ]
1717
then
1818
python3 runTest.py \
19-
--config "blessedImageConfig-temp.json" \
19+
--config "blessedImageConfig-dev.json" \
2020
--code $env:SECRET_CODE
2121
else
2222
python3 runTest.py \
23-
--config "blessedImageConfig-temp.json" \
23+
--config "blessedImageConfig-dev.json" \
2424
--pullRepo $(system.pullRequest.sourceRepositoryUri) \
2525
--pullId $(system.pullRequest.pullRequestNumber) \
2626
--code $env:SECRET_CODE

0 commit comments

Comments
 (0)