-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI_SERVICE_alias environment variables to make referencing the FQ…
…DN of services fun! (#27) * Add config.sh to setup custom environment variables `config.sh` prints JSON to STDOUT following the expected form defined in https://docs.gitlab.com/runner/executors/custom.html#config This change also moves `base.sh` warnings to STDERR. * Add CI_SERVICE_alias environment variables Much ado about little here. Some restructuring was needed in order to populate a CI_SERVICE_<alias> variables as services are started, then inject them into a temporary manifest. On the way I found that the old TMPVARFILE was not working correctly. I 🪿 love 🪿 bash🪿!!! * Add README section for use of the runner
- Loading branch information
1 parent
bcbd100
commit e3669e8
Showing
5 changed files
with
104 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters