Merge pull request 'ci/drone' (#1) from ci/drone into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #1
master
thomas 4 years ago
commit 6fab8027f9

@ -5,7 +5,7 @@ steps:
- name: build image - name: build image
image: ruby:2.7.1-slim image: ruby:2.7.1-slim
commands: commands:
- apt-get update -y && apt-get install -y curl build-essential - apt-get update -y && apt-get install -y curl build-essential git
- curl https://get.docker.io/builds/Linux/x86_64/docker-latest -o /usr/local/bin/docker - curl https://get.docker.io/builds/Linux/x86_64/docker-latest -o /usr/local/bin/docker
- chmod +x /usr/local/bin/docker - chmod +x /usr/local/bin/docker
- gem install bundler:2.1.4 - gem install bundler:2.1.4

@ -0,0 +1,7 @@
# README
[![Build Status](https://git2.imfiny.com/api/badges/OpenSource/sinatra_hello/status.svg)](https://git2.imfiny.com/OpenSource/sinatra_hello)
A simple, hello world ruby (sinatra) application.
You can also find it on [Docker hub](https://hub.docker.com/repository/docker/mcansky/sinatra_hello).
Loading…
Cancel
Save