Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RagConnect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Merge requests
!17
Version 0.3.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Version 0.3.2
release/0.3.2
into
master
Overview
0
Commits
32
Pipelines
3
Changes
1
Merged
René Schöne
requested to merge
release/0.3.2
into
master
3 years ago
Overview
0
Commits
32
Pipelines
3
Changes
1
Expand
Version 0.3.2
Edited
3 years ago
by
René Schöne
0
0
Merge request reports
Viewing commit
93e86b7d
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
93e86b7d
Merge branch 'dev' into release/0.3.2
· 93e86b7d
René Schöne
authored
3 years ago
.gitlab-ci.yml
+
2
−
1
Options
@@ -99,10 +99,11 @@ pages:
PAGES_BRANCH
:
pages
HTTPS_REMOTE
:
https://${PROJECT_BOT_USER}:${PROJECT_BOT_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git
before_script
:
-
apt update && apt install git-lfs
-
pip install -r pages/requirements.txt
-
git config user.name $PROJECT_BOT_USER
-
git config user.email $PROJECT_BOT_USER@git-st.inf.tu-dresden.de
-
git fetch origin $PAGES_BRANCH || echo "Pages branch not deployed yet."
-
git fetch
-f
origin $PAGES_BRANCH
:$PAGES_BRANCH
|| echo "Pages branch not deployed yet."
-
git checkout $CI_COMMIT_SHA
script
:
-
cd pages
Loading