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
a6dd7c31
Commit
a6dd7c31
authored
Jun 02, 2021
by
Dennis Gläser
Browse files
[ci] clone dumux source branch
parent
2913cdd5
Pipeline
#4963
waiting for manual action with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci/default.yml
View file @
a6dd7c31
...
...
@@ -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
...
...
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