removing stuff we dont need from build process

This commit is contained in:
TomPallister
2020-01-14 09:50:10 +00:00
parent ec7f0de562
commit 826fae3f27
3 changed files with 43 additions and 105 deletions

View File

@ -5,4 +5,24 @@ jobs:
- image: mijitt0m/ocelot-build:0.0.1
steps:
- checkout
- run: make build
- run: make build
release:
docker:
- image: mijitt0m/ocelot-build:0.0.1
steps:
- checkout
- run: make release
workflows:
version: 2
master:
jobs:
- build:
filters:
branches:
only: master
pr:
jobs:
- build:
filters:
branches:
ignore: master