Basic add-on repo layout

This commit is contained in:
Franck Nijhof 2019-03-24 23:43:01 +01:00
parent a737cedb28
commit 416e586602
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
22 changed files with 632 additions and 0 deletions

16
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,16 @@
---
include: https://raw.githubusercontent.com/hassio-addons/organization/master/gitlabci/addon.yml
variables:
ADDON_GITHUB_REPO: "hassio-addons/addon-vscode"
ADDON_SLUG: "vscode"
ADDON_TARGET: "vscode"
ADDON_LEGACY_TAGS: "true"
ADDON_AARCH64: "false"
ADDON_ARMHF: "false"
ADDON_ARMV7: "false"
ADDON_I386: "false"
ADDON_AMD64_BASE: "hassioaddons/ubuntu-base-amd64:3.0.0"