Skip to content
Snippets Groups Projects
Commit 328dcb4d authored by Antonio Lobato's avatar Antonio Lobato
Browse files

Exposed project id and project directory to build scripts.

parent dd65abfa
No related branches found
No related tags found
1 merge request!5Exposed project directory and project id to the build environment
Loading
Loading
@@ -143,6 +143,9 @@ module GitlabCi
@process.environment['CI_BUILD_REF_NAME'] = @ref_name
@process.environment['CI_BUILD_ID'] = @id
 
@process.environment['CI_PROJECT_ID'] = @project_id
@process.environment['CI_PROJECT_DIR'] = project_dir
@process.start
 
@tmp_file_path = @tmp_file.path
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment