chore: switch to custom mcbuild image
This commit is contained in:
parent
cadc42ccf2
commit
b04daf2d20
2 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
steps:
|
||||
- name: build
|
||||
image: adoptopenjdk/openjdk8
|
||||
image: dock.tilera.xyz/tilera/mcbuild
|
||||
commands:
|
||||
- chmod +x gradlew
|
||||
- ./gradlew build
|
||||
when:
|
||||
event: push
|
||||
- name: maven
|
||||
image: adoptopenjdk/openjdk8
|
||||
image: dock.tilera.xyz/tilera/mcbuild
|
||||
secrets: [ gitea_token ]
|
||||
environment:
|
||||
ORG_GRADLE_PROJECT_mvnURL: https://maven.tilera.xyz
|
||||
|
|
2
mpt.yaml
2
mpt.yaml
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
- name: build
|
||||
image: adoptopenjdk/openjdk8
|
||||
image: dock.tilera.xyz/tilera/mcbuild
|
||||
commands:
|
||||
- chmod +x mpt
|
||||
- ./mpt buildtwitch
|
||||
|
|
Loading…
Reference in a new issue