We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e03d7a commit e964ef3Copy full SHA for e964ef3
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
CONTAINER_ID=$(docker ps -q --filter ancestor=itzg/minecraft-server:latest)
57
docker cp target/MinecraftServerAPI-*.jar $CONTAINER_ID:/data/plugins/
58
- docker mkdir $CONTAINER_ID/data/plugins/MinecraftServerAPI
+ docker exec $CONTAINER_ID mkdir -p /data/plugins/MinecraftServerAPI
59
docker cp docker/test.config.yml $CONTAINER_ID:/data/plugins/MinecraftServerAPI/config.yml
60
61
- name: Reload server and verify plugin
0 commit comments