8567ca1a6c
Should make builds start working again.
10 lines
221 B
YAML
10 lines
221 B
YAML
name: MCServer
|
|
image: ubuntu-15-04-x64
|
|
config:
|
|
#cloud-config
|
|
packages:
|
|
- git
|
|
runcmd:
|
|
- cd /tmp && git clone https://github.com/cuberite/mcserver-ocean.git
|
|
- cd /tmp/mcserver-ocean && ./initialinstall.sh
|