Remove sudo

This commit is contained in:
blank X 2022-07-11 11:01:45 +07:00
parent 9377499970
commit fb8585dc4c
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ image: ubuntu:jammy
assembleDebug:
stage: build
script: |
sudo DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
./gradlew assembleDebug
artifacts:
paths: