Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
td1518
simplewebapp
Commits
0e888e5a
Commit
0e888e5a
authored
Jan 17, 2020
by
Viraj Shah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use custom docker image
parent
e422a2cd
Pipeline
#114281
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
.gitlab-ci.yml
.gitlab-ci.yml
+4
-7
No files found.
.gitlab-ci.yml
View file @
0e888e5a
default
:
image
:
maven:latest
image
:
thebeggs/simplewebapp-base:latest
username
:
$DOCKER_HUB_USERNAME
password
:
$DOCKER_HUB_TOKEN
email
:
$DOCKER_HUB_EMAIL
variables
:
PORT
:
"
5000"
build
:
stage
:
build
before_script
:
-
apt-get update
-
apt-get install -qq -y pandoc texlive
script
:
-
mvn compile
test
:
stage
:
test
before_script
:
-
apt-get update
-
apt-get install -qq -y pandoc texlive
script
:
-
mvn test
...
...
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