Merge pull request #231 from sgotti/run_export_also_ref_type_environment_variable_to_runs

run: export also ref type environment variable to runs
This commit is contained in:
Simone Gotti 2020-03-09 12:09:20 +01:00 committed by GitHub
commit 714e561c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ func (h *ActionHandler) CreateRuns(ctx context.Context, req *CreateRunRequest) e
"AGOLA_GIT_BRANCH": req.Branch,
"AGOLA_GIT_TAG": req.Tag,
"AGOLA_PULL_REQUEST_ID": req.PullRequestID,
"AGOLA_GIT_REF_TYPE": string(req.RefType),
"AGOLA_GIT_REF": req.Ref,
"AGOLA_GIT_COMMITSHA": req.CommitSHA,
}