Skip to content
Snippets Groups Projects

0.3.6

Merged René Schöne requested to merge release into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -4,6 +4,7 @@ variables:
stages:
- build
- test
- ragdoc
- publish
build:
@@ -50,7 +51,7 @@ ragdoc_build:
image:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder"
entrypoint: [""]
stage: ragdoc_build
stage: ragdoc
needs:
- build
script:
@@ -64,7 +65,7 @@ ragdoc_view:
image:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-view:relations"
entrypoint: [""]
stage: ragdoc_view
stage: ragdoc
needs:
- ragdoc_build
script:
Loading