Skip to content
Snippets Groups Projects
Commit afacc96c authored by Johannes Mey's avatar Johannes Mey
Browse files

publish package

parent 15f038be
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ stages:
- test
- ragdoc_build
- ragdoc_view
- publish
- deploy
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
......@@ -72,7 +72,7 @@ ragdoc_view:
pages:
image: python:3.8-buster
stage: publish
stage: deploy
needs:
- ragdoc_view
- test
......@@ -85,3 +85,12 @@ pages:
artifacts:
paths:
- public
publish_dev:
image: openjdk:11
stage: deploy
needs:
- test
script:
- "./gradlew setDevVersionForCI"
- "./gradlew publish"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment