FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docker-java/circle.yml at 3.5.0 · docker-java/docker-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
docker-java
/
docker-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
3.2k
Code
Issues
41
Pull requests
61
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
docker-java
/
circle.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (25 loc) · 560 Bytes
Breadcrumbs
docker-java
/
circle.yml
Copy path
File metadata and controls
28 lines (25 loc) · 560 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
dependencies
:
override
:
-
./circle.sh dependencies
test
:
override
:
-
./circle.sh test
post
:
-
./circle.sh collect_artifacts
-
./circle.sh collect_test_reports
machine
:
pre
:
-
ls -la docker-java
-
$CIRCLE_PROJECT_REPONAME/circle.sh pre_machine
post
:
-
$CIRCLE_PROJECT_REPONAME/circle.sh post_machine
services
:
-
docker
environment
:
MAVEN_OPTS
:
-Xmx128m
DOCKER_HOST
:
tcp://127.0.0.1:2376
DOCKER_CERT_PATH
:
$HOME/.docker
DOCKER_TLS_VERIFY
:
1
general
:
artifacts
:
-
/var/log/upstart/docker.log
Back
|
FazBrowse Home
|
New Git URL