Questions tagged [drone.io]

Drone is a hosted continuous integration service. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone is an open source continuous integration project, with an optional enterprise version. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code.

Drone integrates seamlessly with GitHub, Bitbucket and Google Code as well as third party services such as Heroku, Dotcloud, Google AppEngine and more.

It is developed by Brad Rydzewski and Adam Singer - the free plan provides unlimited builds for open source projects.

It supports many languages and frameworks like

  • C / C++
  • Dart
  • Go
  • Haskell
  • Groovy
  • Java
  • Node.js
  • PHP (Beta)
  • Python (Beta)
  • Ruby (Beta)
  • Scala

GitHub Website

401 questions
2
votes
1 answer

SSH from Docker image using Drone

I've been trying for far too long to get an SSH command working from Drone, which runs in a Docker container called bb. I've added RUN echo " IdentityFile /root/.ssh/id_rsa" >> /etc/ssh/ssh_config in my Dockerfile per some recommendations in…
Ben
  • 54,723
  • 49
  • 178
  • 224
2
votes
2 answers

GOGS secret key

I'm trying to integrate the Drone CI server with the GOGS Git server. There's a pretty clear document on how to do so here: http://readme.drone.io/setup/config/gogs/ ...which indicates I need the following configuration: [gogs] url =…
Ben
  • 54,723
  • 49
  • 178
  • 224
2
votes
0 answers

Self hosted Drone CI doesn't synchronize my commits with Github

I have a self hosted Drone CI that runs in Docker. I set it up using the image https://registry.hub.docker.com/u/mattgruter/drone/ and it's up and running just fine. I've connected my Github account and sync'd my repos. However after I added my…
Patrick Grimard
  • 7,033
  • 8
  • 51
  • 68
2
votes
2 answers

Why is Drone failing to read my username?

I'm setting up a self-hosted Drone CI server that integrates with a self-hosted Gogs server. I've set up a test repository with the following structure: test/ | *- add.go *- add_test.go *- .drone.yml The contents of my .drone.yml file is as…
Louis Thibault
  • 20,240
  • 25
  • 83
  • 152
2
votes
1 answer

How do I specify what version of Postgres to use in a Drone build?

I use Drone for continuous integration and Postgresql as my database for a Ruby on Rails project. It appears that the default build on Drone uses an outdated version of pgsql. Ostensibly, the solution is clearly spelled out in this thread on github,…
jeraiser
  • 29
  • 1
  • 5
2
votes
1 answer

Can you run Dind as a service on Tutum so that Drone can use it?

I'm new to Docker and Drone but I'm liking what I've found so far :) Can you run Dind as a service on Tutum so that Drone can use it? Drone CI is designed to run on a Docker host and to spin up whatever containers it needs. It seems that drone…
bsimpson53
  • 485
  • 5
  • 9
2
votes
1 answer

why drone ci doesn't automatically build my repo after pushing commit?

I was trying self hosted drone CI and i have sample repository setup for this project. I followed all the step to setup and it is able to show and pull the list of all my repo in github, but when i tried to make changes to drone repo nothing happen…
danggrianto
  • 371
  • 1
  • 4
  • 11
2
votes
2 answers

missing resource when using rosdep install

Today when I tried to follow the instructions on this website. I was following all the instructions, including downloading ROS library on my system, which is Ubuntu 14.10, installing packages and setting the environment. However, I stopped at $ cd…
Chao Wang
  • 21
  • 1
  • 2
2
votes
2 answers

Dartanalyzer - exclude parts of libraries

Hej, I am using drone.io together with a dart project. In my build script I have this cmd: dartanalyzer lib/*.dart It works fine and scans all dart files, but my lib directory contains also libraries that are split up in different files and there…
bergdev
  • 307
  • 1
  • 9
2
votes
1 answer

a ssh issue when tried to rebuild a node.js image with drone.io

I am just installing drone inside of my AWS server with the docker pre-installed. I have configured the drone and link to my github application. Everything works fine. At last, I made a private repository in the github and wanted to use drone to…
user824624
  • 7,077
  • 27
  • 106
  • 183
1
vote
1 answer

Not automatically built by drone.io

Set trigger/ref in drone.yaml. This is the expected behavior of the build at develop/master push and when creating merge requests, but it is not happening! --drone.yaml-- kind: pipeline type: docker name: default trigger: ref: -…
gate gate
  • 19
  • 2
1
vote
0 answers

How to solve 'Value of type 'DJIVideoFeed' has no member 'remoteCamera'' error when trying to do real-time object detection with DJI Drone?

I am trying to do real time object detection with DJI Drone. I want to combine the AVCaptureVideo command and the DJISDK video process and show the image and object detection frames on a single layer view. This is the setupCapture function: func…
1
vote
0 answers

Drone timeout error during pipeline passage

10 minutes after the tests are run, an error occurs in the pipeline: err: Run Command Timeout! In the drone repository settings, the pipeline timeout is 90 minutes
El SHkh
  • 11
  • 1
1
vote
0 answers

Deploy rails docker app with drone CI (using docker-compose)

Although it could be a silly question! but I can't find better solution so posting here. There is existing old rails project with following detials: Repository of on Gitlab Using drone CI & Capistrano (already functional and doing deployments with…
1
vote
1 answer

JMeter-Taurus Docker Image Error - "No personal config found, creating one at /.bzt-rc"

I am trying to run a performance test within a Drone pipeline using JMeter-Taurus. I am pulling the latest (stable) image for blazemeter-taurus. However, when running the test in a pipeline the following error is returned. This is the contents of…
Sachin Patel
  • 39
  • 1
  • 7