GSA-TTS / gitlab-runner-cloudgov

Code for running GitLab CI/CD jobs on cloud.gov
Other
3 stars 0 forks source link

Support Entrypoint & Command for Workers #43

Closed zjrgov closed 2 months ago

zjrgov commented 2 months ago

Story

As a devtools customer, I would like to set an entrypoint and commands for images, so that I can configure how an image starts up.

Solution

### Tasks
- [x] Retrieve & parse entrypoint & command data from `JOB_RESPONSE_FILE`
- [x] Pass values to worker initialization

Acceptance Criteria