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 341cb3b commit 0e03d7aCopy full SHA for 0e03d7a
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,8 @@ 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 cp --parents docker/test.config.yml $CONTAINER_ID:/data/plugins/MinecraftServerAPI/config.yml
+ docker mkdir $CONTAINER_ID/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
62
0 commit comments