chore: switch to custom mcbuild image

This commit is contained in:
Timo Ley 2024-10-26 15:04:29 +02:00
parent cadc42ccf2
commit b04daf2d20
2 changed files with 3 additions and 3 deletions

View file

@ -1,13 +1,13 @@
steps: steps:
- name: build - name: build
image: adoptopenjdk/openjdk8 image: dock.tilera.xyz/tilera/mcbuild
commands: commands:
- chmod +x gradlew - chmod +x gradlew
- ./gradlew build - ./gradlew build
when: when:
event: push event: push
- name: maven - name: maven
image: adoptopenjdk/openjdk8 image: dock.tilera.xyz/tilera/mcbuild
secrets: [ gitea_token ] secrets: [ gitea_token ]
environment: environment:
ORG_GRADLE_PROJECT_mvnURL: https://maven.tilera.xyz ORG_GRADLE_PROJECT_mvnURL: https://maven.tilera.xyz

View file

@ -1,6 +1,6 @@
steps: steps:
- name: build - name: build
image: adoptopenjdk/openjdk8 image: dock.tilera.xyz/tilera/mcbuild
commands: commands:
- chmod +x mpt - chmod +x mpt
- ./mpt buildtwitch - ./mpt buildtwitch