Switch to apk package manager for installing git in deploy_pages stage
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ pages:
|
||||
javadoc:
|
||||
stage: deploy_pages
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y git
|
||||
- apk update && apk add git
|
||||
script:
|
||||
- rm -rf docs/apidocs
|
||||
- mvn javadoc:javadoc -DskipTests -Pjavadoc
|
||||
|
||||
Reference in New Issue
Block a user