Skip to content

Commit

Permalink
#1: fix typo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Dec 19, 2024
1 parent 78cac49 commit 9720c10
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 @@ -109,7 +109,7 @@ jobs:
$(Agent.OS) | "$(cache_name)"
- bash: |
WORKSPACE= $(Pipeline.Workspace)
WORKSPACE=$(Pipeline.Workspace)
if [[ "$(image)" != "" ]]; then
WORKSPACE=/workspace
fi
Expand Down

0 comments on commit 9720c10

Please sign in to comment.