Skip to content
Snippets Groups Projects
Verified Commit 7f4c36b6 authored by nd's avatar nd
Browse files

initial commit

parents
Branches
Tags
No related merge requests found
Pipeline #8612 waiting for manual action
include:
- project: 'infra/packages/ci-utils'
ref: main
file: 'shared-ci.yml'
- local: 'gitlabci-version.yml'
- project: 'infra/packages/ci-utils'
ref: main
file: 'debian-binary.yml'
variables:
PACKAGE_NAME: prometheus-hcloud-exporter
UPSTREAM_GITHUB_PATH: promhippie/hcloud_exporter
autoupdate:
extends: .autoupdate:github:release-tags
.build:binary:
extends: .build
script:
- wget "https://github.com/${UPSTREAM_GITHUB_PATH}/archive/refs/tags/${UPSTREAM_VERSION}.tar.gz"
- tar -xf "${UPSTREAM_VERSION}.tar.gz"
- cd hcloud_exporter-*
- make generate build
- mv bin/hcloud_exporter ../
artifacts:
paths:
- hcloud_exporter
variables:
UPSTREAM_VERSION: v0.1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment