gl_ci_job {gitlabr}R Documentation

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()

Value

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

See Also

use_gitlab_ci()

Examples

## Not run: 
# Deprecated
gl_ci_job()

## End(Not run)

[Package gitlabr version 2.0.1 Index]