Initial commit

This commit is contained in:
Johannes Feichtner
2022-06-19 21:31:48 +02:00
commit cbe7fd719f
14 changed files with 1905 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,13 @@
image: lamw/vibauthor:latest
build:
stage: build
only:
- tags
script:
- /bin/bash ./build/create_vib.sh
artifacts:
name: "$CI_PROJECT_NAME-$CI_COMMIT_TAG"
paths:
- build/w2c-letsencrypt-esxi.vib
- build/w2c-letsencrypt-esxi-offline-bundle.zip