Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dockerized Testing Toolkit
Testrunner OpenJDK11 JUnit5-Jupiter
Commits
da4322fc
Verified
Commit
da4322fc
authored
4 years ago
by
Lukas Wiest
Browse files
Options
Download
Email Patches
Plain Diff
refactor(Dockerfile): fix double slashes in pathes
parent
8a8ba586
master
1.2.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-4
Dockerfile
with
4 additions
and
4 deletions
+4
-4
Dockerfile
+
4
-
4
View file @
da4322fc
from
openjdk:11-jdk-slim
env
MODOCOT_BASEDIR /modocot
env
MODOCOT_TESTDIR
/
$MODOCOT_BASEDIR/test
env
MODOCOT_SOURCEDIR
/
$MODOCOT_BASEDIR/src
env
MODOCOT_RESULTDIR
/
$MODOCOT_BASEDIR/result
env
MODOCOT_LIBSDIR
/
$MODOCOT_BASEDIR/libs
env
MODOCOT_TESTDIR $MODOCOT_BASEDIR/test
env
MODOCOT_SOURCEDIR $MODOCOT_BASEDIR/src
env
MODOCOT_RESULTDIR $MODOCOT_BASEDIR/result
env
MODOCOT_LIBSDIR $MODOCOT_BASEDIR/libs
run
mkdir
-p
$MODOCOT_TESTDIR
\
&&
mkdir
$MODOCOT_SOURCEDIR
\
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets