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
1 answer

Can I interpolate a timestamp?

I want to rsync some files into a timestamped folder on a remote host. That would require something like: pipeline: deploy: image: drillster/drone-rsync hosts: ["foo.com"] source: "./build/" target:…
mkaito
  • 1,005
  • 1
  • 10
  • 19
0
votes
1 answer

Gitlab can't trigger drone build

The drone page always shows this page even if I have added the .drone.yml file. By the way, the token set in gitlab is the api key in drone user page? And the Drone url in gitlab is the drone root url or project url? Update: The webhook in gitlab…
Erguotou
  • 205
  • 2
  • 8
0
votes
0 answers

node container keeps failing to install dependencies websocket.io

I'm trying to build my test container using drone ci but it always fails when trying to install websocket.io with the error, I added npm install -g node-gyp as adviced but the problem still exists npm info lifecycle compression@1.6.2~install:…
Hady Rashwan
  • 356
  • 1
  • 6
  • 21
0
votes
0 answers

whether drone support trigger build on downstream repository

Currently I have two repos on github and use drone as the CI. Each of the repos have its own .drone.yum file. There is a dependency between these two repos. One repo is the upstream white the other is the downstream. I want Drone to support trigger…
Joey Yi Zhao
  • 37,514
  • 71
  • 268
  • 523
0
votes
0 answers

Error running `drone exec` on Windows 10

When running drone exec on my Windows 10 machine for a maven project, I'm immediately getting an error that doesn't quite have enough information to debug effectively: > drone exec --local Running Matrix job #0 500 Internal Server Error: Invalid…
tzrlk
  • 848
  • 1
  • 13
  • 30
0
votes
1 answer

AWS ECR authentication for compose service on drone 0.4

I'm using Drone 0.4 for as my CI. While trying to migrate from a self hosted private registry to AWS's ECS/ECR, I've come across an authentication issue when referencing these images in my .drone.yml as a composed service. for example build: …
Nimnam1
  • 515
  • 4
  • 12
0
votes
3 answers

Docker compose with Drone and Gitlab, Gitlab errors "The redirect URI included is not valid."

I'm investigating CI technologies so I thought I would set up Drone with Gitlab locally using Docker compose. Here is the docker-compose.yml: version: "2" services: example_gitlab: image: gitlab/gitlab-ce:latest volumes: -…
Mark Robson
  • 1,298
  • 3
  • 15
  • 40
0
votes
1 answer

setting up drone agents to have custom /dev/shm

The default drone-agent in 0.5 has a fixed size /dev/shm but I'd like to customise the size of this to be about 1GB. Is this possible? I tried mounting the host's /dev/shm but that is ignored. I am quite happy for the /dev/shm to be thrown away…
fommil
  • 5,757
  • 8
  • 41
  • 81
0
votes
1 answer

extra drone 0.5 github check on all my PRs?

I keep getting an extra check on my PRs titled continuous-integration/drone that never has a detail popup. I don't have any webhooks beyond the drone 0.5 installation. How can I turn this off, or is it a known issue?
fommil
  • 5,757
  • 8
  • 41
  • 81
0
votes
0 answers

How to get the Github repository in Drone.io

I have setup the drone host in my development environment. And I use github account as the authentication to login my drone website. After login, drone shows I have empty repository list. However, I didn't create any repository on github but I have…
Joey Yi Zhao
  • 37,514
  • 71
  • 268
  • 523
0
votes
1 answer

How to setup drone server to work with github oauth

I am trying to setup a local drone server to be used as our CI environment. Our source code is managed by Github. First, I create an oauth application on Github and get the client_id and client_secret. Then install docker and drone, after that I…
Joey Yi Zhao
  • 37,514
  • 71
  • 268
  • 523
0
votes
1 answer

Docker GCE, Layer already being pulled by another client. Waiting

I am using Docker container for drone on GCE, and I have a issue that I cannot docker image from my GCP repository. Here is last logs of drone.io. Pulling repository asia.gcr.io/lesson-mothership/gojayui 953e0520a10f: Layer already being pulled by…
0
votes
2 answers

drone.io Not using .drone.yml file of GitHub repo

I have a problem with the CI tool drone. At the Moment I'm using drone.io and with the selft-hosted version I have the same issue. When I try to build my golang test application drone.io always ignores my .drone.yml file. The GitHub repo is:…
0
votes
1 answer

apt-get error on drone.io

I am having a problem with my build on drone.io just running the apt-get update command. It errors out with: W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release Unable to find expected entry 'main/binary-i386/Packages' in…
Muhammad Lukman Low
  • 8,177
  • 11
  • 44
  • 54
0
votes
1 answer

Image successfully builds but won't push due to auth credentials

Everything works fine with drone.io , build etc but it will not push at the very end... Any suggestions? no basic auth credentials
Atlantic0
  • 3,271
  • 5
  • 17
  • 24