Removed cirleci config

This commit is contained in:
Geoff Bourne 2020-06-10 18:50:40 -05:00
parent 2241ba8819
commit b273bf2947

View File

@ -1,22 +0,0 @@
version: 2
jobs:
minecraft_server:
docker:
- image: circleci/buildpack-deps:19.10
steps:
- checkout
- setup_remote_docker
- run:
name: Build image
command: docker build -t mc:$CIRCLE_BUILD_NUM .
workflows:
version: 2
build:
jobs:
- minecraft_server:
filters:
branches:
ignore:
- armv7
- multiarch