diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..43c6239 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.rock diff --git a/1.6.0/rockcraft.yaml b/1.6.0/rockcraft.yaml index 8eb7352..76e4306 100644 --- a/1.6.0/rockcraft.yaml +++ b/1.6.0/rockcraft.yaml @@ -28,6 +28,8 @@ parts: install -D -m755 pushgateway ${CRAFT_PART_INSTALL}/bin/pushgateway organize: prometheus-pushgateway: bin/pushgateway + stage: + - bin/pushgateway # We moved this here because: https://github.com/canonical/rockcraft/issues/343 ca-certs: plugin: nil diff --git a/1.6.1/rockcraft.yaml b/1.6.1/rockcraft.yaml index 9d70ba3..c85b7c2 100644 --- a/1.6.1/rockcraft.yaml +++ b/1.6.1/rockcraft.yaml @@ -28,6 +28,8 @@ parts: install -D -m755 pushgateway ${CRAFT_PART_INSTALL}/bin/pushgateway organize: prometheus-pushgateway: bin/pushgateway + stage: + - bin/pushgateway # We moved this here because: https://github.com/canonical/rockcraft/issues/343 ca-certs: plugin: nil diff --git a/1.6.2/rockcraft.yaml b/1.6.2/rockcraft.yaml index b04e954..40bc3bc 100644 --- a/1.6.2/rockcraft.yaml +++ b/1.6.2/rockcraft.yaml @@ -28,6 +28,8 @@ parts: install -D -m755 pushgateway ${CRAFT_PART_INSTALL}/bin/pushgateway organize: prometheus-pushgateway: bin/pushgateway + stage: + - bin/pushgateway # We moved this here because: https://github.com/canonical/rockcraft/issues/343 ca-certs: plugin: nil