Skip to content

Instantly share code, notes, and snippets.

@flomotlik
Last active December 18, 2015 02:18
Show Gist options
  • Save flomotlik/5709952 to your computer and use it in GitHub Desktop.
Save flomotlik/5709952 to your computer and use it in GitHub Desktop.
Exported Commit variables
'CI' => true,
'CI_BUILD_NUMBER' => id,
'CI_BUILD_URL' => project_build_url(project, self),
'CI_PULL_REQUEST' => false,
'CI_BRANCH' => branch,
'CI_COMMIT_ID' => commit_id,
'CI_COMMITTER_NAME' => name,
'CI_COMMITTER_EMAIL' => email,
'CI_COMMITTER_USERNAME' => github_username,
'CI_MESSAGE' => message,
'CI_NAME' => 'codeship'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment