gitlabr (version 2.0.1)

gl_ci_job: Define GitLab CI jobs content

Description

Exploration of job content is deprecated as of 'gitlabr' 1.1.7. Content of .gitlab-ci.yml file is now created using templates with use_gitlab_ci(type = "check-coverage-pkgdown"). See use_gitlab_ci().

Usage

gl_ci_job()

Arguments

Value

Creates the content of a .gitlab-ci.yml file as character.

See Also

use_gitlab_ci()

Examples

Run this code
if (FALSE) {
# Deprecated
gl_ci_job()
}

Run the code above in your browser using DataLab