Skip to content
Snippets Groups Projects
Commit 782aa775 authored by René Schöne's avatar René Schöne
Browse files

use explicit empty entrypoint

parent 166a4bd0
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@ build:
- "java_files/"
ragdoc_build:
image: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder"
image:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder"
entrypoint: [""]
stage: ragdoc_build
dependencies:
- build
......@@ -38,7 +40,9 @@ ragdoc_build:
- "data/"
ragdoc_view:
image: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-view:relations"
image:
name: "git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-view:relations"
entrypoint: [""]
stage: ragdoc_view
dependencies:
- ragdoc_build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment