use CI_JOB_TOKEN and fix ci script
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
build-android:
|
||||
image: golang:1.25.9-trixie # according to the original ~1.25.7
|
||||
before_script: |
|
||||
sudo apt update && sudo apt install -y openjdk-17-jdk-headless
|
||||
apt update && apt install -y openjdk-17-jdk-headless
|
||||
/usr/lib/jvm/java-17-openjdk-amd64/bin/java --version
|
||||
mkdir -p ~/.ssh && ssh-keyscan -p 22 -t rsa,ed25519 git.inker.bot >> ~/.ssh/known_hosts
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user