Crates.io | hamster |
lib.rs | hamster |
version | 0.0.4 |
source | src |
created_at | 2020-04-28 22:48:33.849897 |
updated_at | 2020-04-29 11:47:24.76706 |
description | A local working dir runner of gitlab jobs |
homepage | |
repository | https://github.com/gilescope/hamster.git |
max_upload_size | |
id | 235148 |
size | 27,549 |
offline gitlab runner
ALPHA
Tired of having to 'register' runners?
Just want a runner that doesn't run in a container, but tries to just, you know, run the stuff?
hamster target_name
will run that specific target.E.g. with this for your .gitlab-ci.yml
:
goodbye:
stage: primary_stage
variables:
GOODBYE: "tara"
script:
- echo $GOODBYE a bit
then hamster goodbye
would output tara a bit
.
Does't honor:
hamster stage_name
will not run all targets in a stage.[todo]It won't checkout your code or do anything with git.
It won't start itself in a container (use the official gitlab runner for that)