Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
39cd1bff
Commit
39cd1bff
authored
Jun 01, 2021
by
Timo Koch
Browse files
Merge branch 'fix/ci-mr-syntax' into 'master'
[ci] fix target tree argument See merge request
!2657
parents
45dd4182
d920b898
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/default.yml
View file @
39cd1bff
...
...
@@ -31,7 +31,7 @@ select tests:
if [[ "$TRIGGER_SOURCE" == "merge_request_event" ]]; then
echo "Detecting changes w.r.t to target branch '$MR_TARGET_BRANCH_NAME'"
python3 bin/testing/getchangedfiles.py --outfile changedfiles.txt \
--target
.
tree origin/$MR_TARGET_BRANCH_NAME
--target
-
tree origin/$MR_TARGET_BRANCH_NAME
python3 bin/testing/findtests.py --outfile affectedtests.json \
--file-list changedfiles.txt \
--build-dir build-cmake
...
...
Timo Koch
@timok
mentioned in commit
66600a60
·
Jun 02, 2021
mentioned in commit
66600a60
mentioned in commit 66600a60b3d017dba01cc82eddef564232b53805
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment