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: ...@@ -24,13 +24,11 @@ build:
javadoc: javadoc:
stage: javadoc stage: javadoc
script: script:
- ./gradle javadoc - ./gradlew javadoc
artifacts: artifacts:
paths: paths:
- build/doc/* - build/doc/*
expire_in: 1 week expire_in: 1 week
only:
- master
test: 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