Skip to content

generic-package#

Overview#

Publish generic packages to the GitLab Generic Packages Repository.

Usage#

Include the pipeline in the .gitlab-ci.yml file and add a shell glob pattern to the select files to upload:

include:
  - project: brettops/pipelines/generic-package
    file: include.yml

variables:
  GENERIC_PACKAGE_FILES: "*.tar.gz *.zip"

The upload job runs during the deploy stage, so any files to upload must exist prior to this.