Skip to content
Snippets Groups Projects
Commit 6fcae3c8 authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Added artifacts to .gitlab-ci.yml

parent 78669699
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,7 @@ build: ...@@ -14,3 +14,7 @@ build:
script: script:
- cd lectures - cd lectures
- ./gradlew build - ./gradlew build
artifacts:
paths:
- lectures/build/docs
expire_in: 1 week
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