Skip to content
GitLab
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
b472986d
Commit
b472986d
authored
Aug 09, 2021
by
Dennis Gläser
Browse files
[ci] fix folder check command
parent
f64408c3
Pipeline
#7075
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/default.yml
View file @
b472986d
...
...
@@ -13,7 +13,7 @@ workflow:
# variables that may be overwritten by the trigger
variables
:
DUMUX_REPO
:
"
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git"
DUMUX_FOLDER
:
"
dumux
"
DUMUX_FOLDER
:
"
DUMUX
"
MR_TARGET_BRANCH_NAME
:
"
"
DUMUX_MR_SOURCE_BRANCH
:
"
"
DUMUX_MR_TARGET_BRANCH
:
"
"
...
...
@@ -24,7 +24,7 @@ select tests:
stage
:
configure
before_script
:
-
|
if [ ! -d $DUMUX_FOLDER ]; then
if [ ! -d
"
$DUMUX_FOLDER
"
]; then
git clone -b master --depth 1 $DUMUX_REPO $DUMUX_FOLDER
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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