mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-16 10:57:59 +00:00
Removed cirleci config
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user