Skip to content

Commit

Permalink
Merge pull request #51 from luthermonson/mp-merge
Browse files Browse the repository at this point in the history
Migrating to Rancher Machine
  • Loading branch information
dramich authored Nov 18, 2019
2 parents c056b89 + d7c7105 commit 38c7bbf
Show file tree
Hide file tree
Showing 244 changed files with 1,729 additions and 2,728 deletions.
6 changes: 5 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
docker-machine*
rancher-machine*
*.log
cover
bin
cover
./bin
./.dapper
./dist
79 changes: 79 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
kind: pipeline
name: amd64

platform:
os: linux
arch: amd64

steps:
- name: build
pull: default
image: rancher/dapper:v0.4.1
commands:
- dapper ci
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- tag
- pull_request
- name: github_binary_release
image: plugins/github-release
settings:
api_key:
from_secret: github_token
files:
- "dist/artifacts/*"
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/master
- refs/tags/*
event:
- tag
volumes:
- name: docker
host:
path: /var/run/docker.sock
---
kind: pipeline
name: arm64

platform:
os: linux
arch: arm64

steps:
- name: build
pull: default
image: rancher/dapper:v0.4.1
commands:
- dapper ci
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- tag
- pull_request
- name: github_binary_release
image: plugins/github-release
settings:
api_key:
from_secret: github_token
files:
- "dist/artifacts/*"
when:
instance:
- drone-publish.rancher.io
ref:
- refs/head/master
- refs/tags/*
event:
- tag
volumes:
- name: docker
host:
path: /var/run/docker.sock
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*.log
*.iml
.idea/
./bin
/bin
cover
/.dapper
/dist
*.swp
49 changes: 0 additions & 49 deletions .gitlab-ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion .godir

This file was deleted.

15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 38c7bbf

Please sign in to comment.