Skip to content

Commit b7d2410

Browse files
committed
#1: try fix source volume in azure ci
1 parent 38ff008 commit b7d2410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
--name test-container \
132132
--env-file .env \
133133
-w $WORKSPACE \
134-
-v $(Build.SourcesDirectory)/$(Build.Repository.Name):/workspace \
134+
-v $(Pipeline.Workspace)/s:/workspace \
135135
-v $(BUILD_DIR):/opt/foo/build \
136136
-v $(OUTPUT_DIR):/opt/foo/output \
137137
-e CI="1" \

0 commit comments

Comments
 (0)