Skip to content

Commit 9720c10

Browse files
committed
#1: fix typo in ci
1 parent 78cac49 commit 9720c10

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
@@ -109,7 +109,7 @@ jobs:
109109
$(Agent.OS) | "$(cache_name)"
110110
111111
- bash: |
112-
WORKSPACE= $(Pipeline.Workspace)
112+
WORKSPACE=$(Pipeline.Workspace)
113113
if [[ "$(image)" != "" ]]; then
114114
WORKSPACE=/workspace
115115
fi

0 commit comments

Comments
 (0)