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:
|
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
|
||||||
|
|
2
mpt.yaml
2
mpt.yaml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue