Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • r3-pages r3-pages
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • R3
  • r3-pagesr3-pages
  • Issues
  • #25

Closed
Open
Created Jul 27, 2020 by Jacek Lebioda@jacek.lebiodaContributor

Improve the way the link to minerva is handled

Currently, the redirection is generated by https://git-r3lab.uni.lu/core-services/r3lab/r3-pages/-/blob/master/link_to_minerva.md

then in gitlab-ci:

mkdir -p ~/web/latest/web/minerva-website && ln -fs ~/web/latest/link_to_minerva.html ~/web/latest/web/minerva-website.html && ln -fs ~/web/latest/link_to_minerva.html ~/web/latest/web/minerva-website/index.html

The link itself cannot be written to the /web/minerva-website/index.md file, because that breaks the CI/CD script.

This should be done in a better way. My first idea was to create a separate repository for minerva-website redirection, so that it would follow the same pattern that other websites use (TGM pipeline, IMP-doc etc.)

Assignee
Assign to
Time tracking