4
0

pipeline fix

This commit is contained in:
2025-12-06 10:34:35 +01:00
parent 4048bd39e8
commit 978055c02a

View File

@@ -2,7 +2,7 @@ steps:
- name: copy_file - name: copy_file
image: alpine image: alpine
volumes: volumes:
- /games:/games - /games:/games:rw
commands: commands:
- cp ./bombexpert.lua /games - cp ./bombexpert.lua /games
- name: update_catalog - name: update_catalog