Skip to content

Commit 4812b64

Browse files
unclejay80sschuberth
authored andcommitted
gitlab-ci: Fix-up advise execution
Signed-off-by: Jürgen Wischer <[email protected]>
1 parent dee9558 commit 4812b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ort-advisor.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ $ORT_CLI \
1313
--$ORT_LOG_LEVEL \
1414
--stacktrace \
1515
advise \
16-
-a $ORT_ADVISOR_PROVIDERS
16+
-a $ORT_ADVISOR_PROVIDERS \
1717
-i $ORT_RESULTS_INPUT_FILE \
1818
-o $ORT_RESULTS_DIR \
1919
-f JSON
2020

2121
EXIT_CODE=$?
2222
if [ $EXIT_CODE -ge 2 ]; then
2323
EXIT_CODE=2
24-
fi
24+
fi

0 commit comments

Comments
 (0)