Remove sudo
This commit is contained in:
parent
9377499970
commit
fb8585dc4c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue