Skip to content
Snippets Groups Projects
Commit bd1076d5 authored by Sanad Liaquat's avatar Sanad Liaquat Committed by Rémy Coutable
Browse files

Fix issue with MR Labels not passed correctly to script

parent dba4b31a
No related branches found
No related tags found
3 merge requests!91691Draft: Integrate listing of existing custom headers into custom headers form for streaming audit events,!91679Log Search API search timings to determine service levels,!91671Fix issue with MR Labels not passed correctly to script
......@@ -73,7 +73,7 @@ populate-qa-tests-var:
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine
stage: prepare
script:
- export QA_TESTS=$(scripts/determine-qa-tests --files $CHANGES_FILE --labels $CI_MERGE_REQUEST_LABELS)
- export QA_TESTS=$(scripts/determine-qa-tests --files $CHANGES_FILE --labels "$CI_MERGE_REQUEST_LABELS")
- 'echo "QA_TESTS=$QA_TESTS" >> qa_tests_var.env'
- 'echo "QA_TESTS: $QA_TESTS"'
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment