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-lecture
Commits
5e9e9944
Commit
5e9e9944
authored
Jun 02, 2021
by
Timo Koch
Browse files
Merge branch 'fix/clone-dumux-source-branch' into 'master'
[ci] clone dumux source branch See merge request
!149
parents
2913cdd5
a6dd7c31
Pipeline
#5091
passed with stage
Changes
1
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/default.yml
View file @
5e9e9944
...
...
@@ -28,9 +28,9 @@ select tests:
echo "Source branch: $DUMUX_MR_SOURCE_BRANCH"
echo "Target branch: $DUMUX_MR_TARGET_BRANCH"
git clone -b ${DUMUX_MR_
TARGET
_BRANCH} --depth 1 $DUMUX_REPO
git clone -b ${DUMUX_MR_
SOURCE
_BRANCH} --depth 1 $DUMUX_REPO
pushd dumux
git fetch --depth=1 origin ${DUMUX_MR_
SOURCE
_BRANCH}:${DUMUX_MR_
SOURCE
_BRANCH}
git fetch --depth=1 origin ${DUMUX_MR_
TARGET
_BRANCH}:${DUMUX_MR_
TARGET
_BRANCH}
popd
else
...
...
Timo Koch
@timok
mentioned in commit
a10be7c7
·
Jun 02, 2021
mentioned in commit
a10be7c7
mentioned in commit a10be7c7ff8623af650c9d0ce79df4197e1eafa4
Toggle commit list
Write
Preview
Supports
Markdown
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