Skip to content

Commit 1e0b018

Browse files
committed
chore: Fix ADO pipeline
1 parent 44a4773 commit 1e0b018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ado/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
FCLI_BOOTSTRAP_VERSION: ${{ parameters.FCLI_VERSION }}
135135
136136
- bash: |
137-
source <(npx @fortify/setup@v2 env ado --output-as=bash)
137+
source <(npx @fortify/setup@v2 env ado --output-as=shell)
138138
"${FCLI_CMD:-fcli}" --version
139139
displayName: 'Test 2: ADO approach - Set env'
140140

0 commit comments

Comments
 (0)