We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3982d commit 31b0d5cCopy full SHA for 31b0d5c
.drone.yml
@@ -16,7 +16,7 @@ steps:
16
environment:
17
ANDROID_HOME: /usr/lib/android-sdk
18
commands:
19
- - apt-get -y install ninja-build
+ - apt-get -y update && apt-get -y install ninja-build
20
- update-java-alternatives -s java-1.17.0-openjdk-amd64
21
- env VERSION=`git describe --tags --dirty` ./gradlew publish
22
@@ -26,5 +26,5 @@ steps:
26
SSH_KEY:
27
from_secret: SSH_KEY
28
29
- - apt-get -y install python3
+ - apt-get -y update && apt-get -y install python3
30
- ./scripts/upload-maven-artifacts.py
0 commit comments