Closed mrpepik closed 2 years ago
The Run.swift
is the code that backs the run
subcommand meant to be used by the GitLab Runner's run_exec
stage. The location relevant to this is in the README.md
in the run section.
The .gitlab-ci.yml
file is used to configure jobs and not runners; likewise the same is true for the build_script
stage in said file. The configuration of a custom executor is meant to happen at the GitLab Runner config.toml
level. I suggest you read GitLab's documentation on the custom executor.
Also, an excerpt from an example config.toml
is provided at the very end of the README.md for this project.
Greetings,
I am working on implementing your solution in my environment, but I do not see an example or notes in the Readme to reference what you mean by this code:
lines 53 to 57 Run.swift
Can you give some more explanation on this section? Is it just expecting the gitlab-ci.yml file name and the custom runner 'build_script' stage?
Thanks in advance for any info you can help me with.