Skip to content

Commit

Permalink
ci: disable snapcraft temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed May 3, 2024
1 parent 714de84 commit d2c4e81
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
19 changes: 10 additions & 9 deletions .goreleaser.pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,16 @@ nfpms:
release:
disable: true

snapcrafts:
- summary: GitLab CI pipelines exporter (prometheus/open-metrics)
description: Monitor GitLab CI pipelines related metrics.
license: Apache-2.0
confinement: strict
grade: devel
apps:
gitlab-ci-pipelines-exporter:
plugs: [home, network, network-bind]
# Disabling until https://github.com/canonical/snapcraft/issues/4769 is resolved
#snapcrafts:
# - summary: GitLab CI pipelines exporter (prometheus/open-metrics)
# description: Monitor GitLab CI pipelines related metrics.
# license: Apache-2.0
# confinement: strict
# grade: devel
# apps:
# gitlab-ci-pipelines-exporter:
# plugs: [home, network, network-bind]

dockers:
- image_templates:
Expand Down
17 changes: 9 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,15 @@ scoops:
owner: mvisonneau
name: scoops

snapcrafts:
- summary: *description
description: Monitor GitLab CI pipelines related metrics.
license: *license
grade: stable
apps:
gitlab-ci-pipelines-exporter:
plugs: [home, network, network-bind]
# Disabling until https://github.com/canonical/snapcraft/issues/4769 is resolved
#snapcrafts:
# - summary: *description
# description: Monitor GitLab CI pipelines related metrics.
# license: *license
# grade: stable
# apps:
# gitlab-ci-pipelines-exporter:
# plugs: [home, network, network-bind]

dockers:
- image_templates:
Expand Down

0 comments on commit d2c4e81

Please sign in to comment.