WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

nulldriver/ci

 
 

Repository files navigation

CI

Important

This is a work in progress. It will change.

The motivation of this project is to be able to automate some work flows. I was doing it was (bad) bash script, but kept running into edge conditions. I'm trying to create a runtime similar to Concourse CI, but runs container platforms -- docker, docker swarm, and fly.io.

Testing

This is relying on strict integration testing at the moment. I'd like to keep the interfaces the same, but change underlying implementation.

Right now, only the platforms of docker and native are tested against. Primarily because fly.io requires a cost, eventually it will be added.

brew bundle
task

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.9%
  • TypeScript 3.1%