Skip to content
Snippets Groups Projects
Commit 1a36a6b4 authored by Leonard Haddad's avatar Leonard Haddad :rocket:
Browse files

Update .gitlab-ci.yml

parent 20a9dda9
No related branches found
No related tags found
No related merge requests found
......@@ -24,13 +24,11 @@ build:
javadoc:
stage: javadoc
script:
- ./gradle javadoc
- ./gradlew javadoc
artifacts:
paths:
- build/doc/*
expire_in: 1 week
only:
- master
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment