Moved Minecraft server files to top-level

This commit is contained in:
Geoff Bourne 2019-07-20 15:51:40 -05:00
parent 281bd3660f
commit c60156d245
41 changed files with 1030 additions and 1056 deletions

View File

@ -2,13 +2,13 @@ version: 2
jobs:
minecraft_server:
docker:
- image: circleci/buildpack-deps:18.04
- image: circleci/buildpack-deps:19.10
steps:
- checkout
- setup_remote_docker
- run:
name: Build image
command: docker build -t mc:$CIRCLE_BUILD_NUM minecraft-server
command: docker build -t mc:$CIRCLE_BUILD_NUM .
workflows:
version: 2

View File

@ -1,5 +1,2 @@
root = true
[*]
end_of_line = lf
indent_style = space
[start-*]
indent_size = 2

5
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.iml
.idea
/data/
/.idea/
*.iml

1024
README.md

File diff suppressed because it is too large Load Diff

8
build
View File

@ -1,8 +0,0 @@
#!/bin/bash
pkgs="$pkgs minecraft-server"
for p in $pkgs
do
docker build -t itzg/$p $p
done

View File

@ -1,11 +0,0 @@
machine:
services:
- docker
test:
override:
- ./build
notify:
webhooks:
- url: https://webhooks.gitter.im/e/4726bb683d8aed018486

View File

@ -1,2 +0,0 @@
[start-*]
indent_size = 2

View File

@ -1 +0,0 @@
/data/

File diff suppressed because it is too large Load Diff