Skip to contents

Download the latest snapshot artifacts from the CI and update local snapshots

Usage

download_ci_artifact(
  name,
  to = ".",
  branch = get_branch(),
  repo = get_repo(),
  owner = get_owner()
)

Arguments

name

The name of the artifact

to

Output directory for the artifact

branch

The name of the branch

repo

The name of the repository

owner

The name of the owner of the repository

Value

NULL, called for side effects

Details

This function uses Github API to download the latest snapshot artifacts from the CI and update the local snapshots.