duci | The simple ci server | Continous Integration library
kandi X-RAY | duci Summary
kandi X-RAY | duci Summary
The simple ci server
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- copyDir copies a directory recursively .
- BuildArgs returns a map of arguments for dockerfile
- runServer starts the HTTP server
- Retrieves a value from a pointer
- Create a tar file in the given directory
- newContent creates a new content
- runLocal is the main entry point for docker
- Initialize initializes the repositories .
- targetGitHub returns the GitHub target for an issue .
- appendLog appends a new line to the log
duci Key Features
duci Examples and Code Snippets
server:
workdir: '/path/to/tmp/duci'
port: 8080
database_path: '$HOME/.duci/db'
github:
# (optional) You can use SSH key to clone. ex. '${HOME}/.ssh/id_rsa'
ssh_key_path: ''
# For create commit status. You can also use environment variabl
$ docker run -p 8080:8080 \
-e GITHUB_API_TOKEN= \
-v /var/run/docker.sock:/var/run/docker.sock \
duck8823/duci
$ docker run -p 8080:8080 \
-e GITHUB_API_TOKEN= \
-e SSH_KEY_PATH=/root
$ curl -XGET http://localhost:8080/logs/{X-GitHub-Delivery}
{"time":"2018-09-21T22:19:42.572879+09:00","message":"Step 1/10 : FROM golang:1.11-alpine"}
{"time":"2018-09-21T22:19:42.573093+09:00","message":"\n"}
{"time":"2018-09-21T22:19:42.573494+09
Community Discussions
Trending Discussions on duci
QUESTION
I would like to fill ggplot facets with different background colours using geom_rect(), but am having trouble with some unwanted side-effects on the appearance of the legend. I've tried the help file for guides() as well as googling and searching for answers on here, but not found anything that solves the issue.
For example take this dataset:
...ANSWER
Answered 2022-Jan-26 at 16:33You can update geom_rect to add show.legend = F
QUESTION
I build a native image on win 10 with gluon plugin and graalvm ce 21.0.0. If i build the app without javafx.scene.media.MediaPlayer the client works fine. If i am using the class javafx.scene.media.MediaPlayer i realized that the folder \target\client\x86_64-windows\gvm\tmp\deps does not contain the jar of javafx-media. But why? And how to solve it? When i run the client, i got following error:
...ANSWER
Answered 2021-Mar-31 at 11:03As José Pereda wrote: Media and Web for native image are not supported on Windows yet. I wasn't aware of that. Thank you!
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install duci
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page