Merge pull request #230 from sgotti/run_export_also_pull_request_id_environment_variable_to_runs
run: export also pull request id environment variable to runs
This commit is contained in:
commit
ebf1bdc940
|
@ -417,6 +417,7 @@ func (h *ActionHandler) CreateRuns(ctx context.Context, req *CreateRunRequest) e
|
|||
"AGOLA_GIT_PORT": gitPort,
|
||||
"AGOLA_GIT_BRANCH": req.Branch,
|
||||
"AGOLA_GIT_TAG": req.Tag,
|
||||
"AGOLA_PULL_REQUEST_ID": req.PullRequestID,
|
||||
"AGOLA_GIT_REF": req.Ref,
|
||||
"AGOLA_GIT_COMMITSHA": req.CommitSHA,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue