alpha
Login
or
Join now
sickday.tngl.sh
/
hla-client
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix: use docker runner
author
Patrick W.
date
2 months ago
(Apr 2, 2026, 6:56 PM -0400)
commit
d3996da3
d3996da3acb5a1a572c9313c0a932cafcc4e3ee4
parent
557421ea
557421ead337d8aa792efbab120d53a0aa387708
+4
1 changed file
Expand all
Collapse all
Unified
Split
.gitlab-ci.yml
+4
.gitlab-ci.yml
Reviewed
···
11
11
build:
12
12
stage: build
13
13
image: eclipse-temurin:21-jdk-alpine
14
14
+
tags:
15
15
+
- docker
14
16
before_script:
15
17
- apk add --no-cache zip
16
18
- chmod +x gradlew
···
34
36
publish:
35
37
stage: publish
36
38
image: curlimages/curl:latest
39
39
+
tags:
40
40
+
- docker
37
41
needs:
38
42
- job: build
39
43
artifacts: true