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
0
votes
2 answers

Local instance of drone.io cannot authenticate with local gitea using treafik subdomains. Dial tcp: lookup no such host

I tired to setup local instance of of gitea and drone.io using docker-compose. I use traefik routing for custom local subdomains .docker.localdev, dnsmasq and locally-trusted certificates with mkcert as described in this…
protob
  • 3,317
  • 1
  • 8
  • 19
0
votes
1 answer

Apply tag only if env variable exists drone.io

I am using drone CI with the docker plugin and I would like to create an image tag using the commit, the branch name and the tag if any of those exist in the event that triggered the pipeline. How would I do that? I've tried using defaults to avoid…
Joel Imbergamo
  • 310
  • 5
  • 12
0
votes
1 answer

Problem setting up Cypress component tests for CRA with ejected Webpack config

I am trying to set up Cypress component tests with the following specs: Cypress 10 CRA with ejected config TypeScript webpack 4 webpack-dev-server 3 Running in Drone CI I've taken two different paths with different levels of success, but I'm not…
0
votes
1 answer

How to make Drone Docker Plugin use self-signed certs?

I'm facing the same problem as here - I have set up a private Docker Registry with TLS certification (certificates generated via Certbot), and I can interact with it directly via curl etc. (thus proving that the certificate is correct), but the…
scubbo
  • 4,969
  • 7
  • 40
  • 71
0
votes
1 answer

Drone + nftables: Could not resolve host

I use drone with nftables. For nftables, I need to set the ip address and port to allow the drone/git, otherwise during cloning I get an error : Could not resolve host: gitlab.com Drone and agent server run configuration: docker run --ip 172.17.0.2…
0
votes
1 answer

Drone Kubernetes Runner appending CA Certificate

I have a Microk8s cluster running gitea, harbor and droneci. Everything is hosted under *.dev.mydomain.com and there is a wildcard certificate for that. The certificate is signed using a private CA. I'm trying to push the CA certificate to the Pods…
0
votes
0 answers

Drone template not triggering build

Following is how our.drone.yml looks like (and template also listed below) this an example configuration very much how we want in our production. The reason we are using a template is that our staging and production have similar configurations with…
Noobie
  • 461
  • 1
  • 12
  • 34
0
votes
1 answer

Obstacle Avoidance in DJI Mobile SDK

I am working with dronelink sdk from https://github.com/dronelink/dronelink-dji-example-android.git In this example, there is no obstacle avoidance feature be implemented. How can I add that feature to this project? Hope someone can help me solve…
falc0n027
  • 1
  • 1
0
votes
2 answers

ImportError: DLL Load failed while importing LeapPython: The Specified module could not be found

Some Context: I am currently working on a project to communicate between a PyParrot Mambo drone and the Leap Motion Controller. The issue that I am having is that the Leap Motion Controller Software only works in python 2.7 and the PyParrot Mambo…
0
votes
0 answers

Drone CI can't authenticate with private repository

The following .drone.yml: kind: pipeline steps: - name: publish image: registry.example.com/hub/plugins/docker settings: registry: registry.example.com repo: registry.example.com/some/repo tags: latest username: …
TheChubbyPanda
  • 1,721
  • 2
  • 16
  • 37
0
votes
0 answers

pan/tilt - DJI SDK - OpenCV

I am working on my master thesis to control gimbal of drone using parameters coming from openCV for image processing is this possible through windows SDK to control pan and tilt angle of the gimbal as a real time control depend on the data coming…
0
votes
2 answers

Drone - build based on branch

I am using Drone as my CI/CD tool and now I'm facing an issue with this. My team consists of developers and testers (who also are developers), and the Test Team wants to put a specific branch in the staging environment, to test everything before…
R. Karlus
  • 2,094
  • 3
  • 24
  • 48
0
votes
1 answer

Unable to increase timeout or add myself as admin

I'm currently using DRONE_SERVER=https://cloud.drone.io as SERVER URL and I'm trying to increase the timeout on my repository but it keeps reverting back to 60 minutes. I've tried adding myself as admin but it doesn't seem to be working. Any idea…
0
votes
2 answers

Offline git clone Drone CI using proxy as Nexus

I am running : drone-server on top of kubernetes and drone-kubernetes-runner to dynamically provisioning runner as pods. After investigation, i found the Pod YAML of each runner defines the 1st step "git clone" using the image drone/git. I am…
Abdennour TOUMI
  • 87,526
  • 38
  • 249
  • 254
0
votes
1 answer

Shared Storage/Caching in Drone CI Runs

I'm trying to dynamically generate a client library off an OpenAPI specification as a build artifact in my Drone CI/CD pipeline and publish it to an Artifactory registry. For numerous reasons this has to happen in the service repository that…
Stuart
  • 1,054
  • 9
  • 20