Added runner (CI/CD) for local testing
testing / Transport repo to testing directory (push) Successful in 38s
testing / Transport repo to testing directory (push) Successful in 38s
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
name: testing
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
|
||||||
|
name: Transport repo to testing directory
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: alpine/git
|
||||||
|
volumes:
|
||||||
|
- /mnt/host/c/Users/Leter/AppData/Roaming/.minecraft/versions/TeStVISt-server/git-mods/TeStVISt-mods:/workspace/LeterZP/mods
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: /workspace/LeterZP/mods
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: main
|
||||||
|
run: |
|
||||||
|
git fetch origin main
|
||||||
|
git reset --hard origin/main
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
*.zip
|
*.zip
|
||||||
shaderpacks
|
shaderpacks
|
||||||
|
data
|
||||||
|
docker-compose.yaml
|
||||||
|
config.yaml
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*forgematica*
|
*forgematica*
|
||||||
*mafglib*
|
*mafglib*
|
||||||
*AdvancementPlaques*
|
*AdvancementPlaques*
|
||||||
|
|||||||
Reference in New Issue
Block a user