Remove sudo
This commit is contained in:
parent
9377499970
commit
fb8585dc4c
|
@ -3,7 +3,7 @@ image: ubuntu:jammy
|
||||||
assembleDebug:
|
assembleDebug:
|
||||||
stage: build
|
stage: build
|
||||||
script: |
|
script: |
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
|
DEBIAN_FRONTEND=noninteractive apt install -y openjdk-11-jre
|
||||||
./gradlew assembleDebug
|
./gradlew assembleDebug
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue