Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RagConnect Minimal Example
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
RagConnect Minimal Example
Commits
166a4bd0
Commit
166a4bd0
authored
4 years ago
by
René Schöne
Browse files
Options
Downloads
Patches
Plain Diff
using new images with shell as entrypoint
parent
689e57cc
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-3
12 additions, 3 deletions
.gitlab-ci.yml
with
12 additions
and
3 deletions
.gitlab-ci.yml
+
12
−
3
View file @
166a4bd0
...
...
@@ -20,15 +20,19 @@ build:
stage
:
build
script
:
-
./gradlew --console=plain --no-daemon assemble
-
cp -a src/gen java_files/
artifacts
:
paths
:
-
"
src/gen
"
-
"
java_files/
"
ragdoc_build
:
image
:
"
git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-builder"
stage
:
ragdoc_build
dependencies
:
-
build
script
:
-
data/ src/
-
JAVA_FILES=$(find java_files/ -name '*.java')
-
./start-build.sh -d data/ $JAVA_FILES
artifacts
:
paths
:
-
"
data/"
...
...
@@ -36,8 +40,11 @@ ragdoc_build:
ragdoc_view
:
image
:
"
git-st.inf.tu-dresden.de:4567/jastadd/ragdoc-view:relations"
stage
:
ragdoc_view
dependencies
:
-
ragdoc_build
script
:
-
.
-
( cd src/ && ln -s ../data )
-
./build-view.sh
artifacts
:
paths
:
-
"
dist/"
...
...
@@ -45,6 +52,8 @@ ragdoc_view:
pages
:
image
:
python:3.7-alpine
stage
:
publish
dependencies
:
-
ragdoc_view
before_script
:
-
pip install -U sphinx sphinx-rtd-theme recommonmark sphinxemoji sphinx-markdown-tables
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment