mirror of
https://github.com/w2c/letsencrypt-esxi.git
synced 2026-01-15 14:58:31 -06:00
Initial commit
This commit is contained in:
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal 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
|
||||
Reference in New Issue
Block a user