Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit a64629fc authored by Christophe Chaudier's avatar Christophe Chaudier
Browse files

:children_crossing:(gitlab) add info_template anchor

parent 554fefe2
No related branches found
No related tags found
No related merge requests found
.info_template: &info_template
stage: info
variables:
message: "This is only a base information stage"
success: "true"
font: "big"
script: |
docker run mbentley/figlet -tf $font $message
eval $success
\ No newline at end of file
include: '/gci-templates/anchor/info.yml'
---
.info:
stage: info
variables:
message: "This is only a base information stage"
success: "true"
font: "big"
script: |
docker run mbentley/figlet -tf $font $message
eval $success
<<: *info_template
.error:
extends: .info
......@@ -20,6 +16,9 @@
message: "This is only a warning !"
allow_failure: true
info:
extends: .info
# ___________[ List of Fonts ]____________________________
# docker run -ti --entrypoint=showfigfonts mbentley/figlet
# banner :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment