addon-prometheus/.gitlab-ci.yml
Franck Nijhof 5158849871
Bunch of tweaks (#1)
* 🚑 Fix GitLab CI to have the right base images

* ✏️ Docs cleanup

* 👕 Dockerfile tweaks

* 🔥 Remove unused variable from proemetheus init

* 👕 Prettier on JSON & YAML files

* 👕 Other minor styling

* 🔥 Removal of disabled shellcheck rule

* 👕 Fix shellcheck linter warning

* ✏️ Small tweak to Python code

* 🔨 Reduce resulting image with 68Mb
2020-07-26 20:47:36 +02:00

14 lines
429 B
YAML

---
include: https://raw.githubusercontent.com/hassio-addons/organization/master/gitlabci/addon.yml
variables:
ADDON_GITHUB_REPO: "hassio-addons/addon-prometheus"
ADDON_SLUG: "prometheus"
ADDON_TARGET: "prometheus"
ADDON_ARMHF: "false"
ADDON_I386: "false"
ADDON_AARCH64_BASE: "hassioaddons/base-aarch64:8.0.1"
ADDON_AMD64_BASE: "hassioaddons/base-amd64:8.0.1"
ADDON_ARMV7_BASE: "hassioaddons/base-armv7:8.0.1"