mirror of
https://github.com/w2c/letsencrypt-esxi.git
synced 2026-01-12 13:51:30 -06:00
14 lines
280 B
YAML
14 lines
280 B
YAML
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
|