Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • mHM mHM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mhmmhm
  • mHMmHM
  • Wiki
  • Gitlab Runner for Forks

Gitlab Runner for Forks · Changes

Page history
Create Gitlab Runner for Forks authored Nov 15, 2019 by Sebastian Müller's avatar Sebastian Müller
Hide whitespace changes
Inline Side-by-side
Gitlab-Runner-for-Forks.md 0 → 100644
View page @ 4f8216f6
# Setting up a runner
You can add a gitlab-runner to your own fork of mHM following this instruction:
* https://wiki.ufz.de/eve/index.php/Gitlab_Runner
To make the mhm ``.gitlab-ci.yml`` work, you have to enable ``custom build dir`` by adding ``enabled = true`` to ``[runners.custom_build_dir]`` in the gitlab-runner config file (usually under ``.gitlab-runner/config.toml`` in your home dir on EVE).
Example:
```
[[runners]]
name = "your runner name"
url = "https://git.ufz.de"
token = ...
executor = "shell"
[runners.custom_build_dir]
enabled = true
[runners.cache]
[runners.cache.s3]
[runners.cache.gcs]
```
\ No newline at end of file
Clone repository
  • Contributing
  • Gitlab Runner for Forks
  • Installing on Windows 10 using WSL2 and Conda
  • compile
    • Coverage
    • Documentation
    • mHM
  • Home
  • using git