4
0

pipeline fix

This commit is contained in:
2025-12-06 10:34:06 +01:00
parent 328350b6c6
commit 4048bd39e8

View File

@@ -1,6 +1,8 @@
steps: steps:
- name: copy_file - name: copy_file
image: alpine image: alpine
volumes:
- /games:/games
commands: commands:
- cp ./bombexpert.lua /games - cp ./bombexpert.lua /games
- name: update_catalog - name: update_catalog