Skip to content

Commit

Permalink
#1: try fix source volume in azure ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Dec 19, 2024
1 parent 38ff008 commit b7d2410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
--name test-container \
--env-file .env \
-w $WORKSPACE \
-v $(Build.SourcesDirectory)/$(Build.Repository.Name):/workspace \
-v $(Pipeline.Workspace)/s:/workspace \
-v $(BUILD_DIR):/opt/foo/build \
-v $(OUTPUT_DIR):/opt/foo/output \
-e CI="1" \
Expand Down

0 comments on commit b7d2410

Please sign in to comment.