github.com/upcmd/up@v0.8.1-0.20230108151705-ad8b797bf04f/tests/functests/f0037.yml (about)

     1  goal:
     2    - to test and show sprig funcs usage and examples
     3    - showcase the fail template func
     4  
     5  
     6  dvars:
     7  
     8    - name: sprig_flow_fail
     9      value: '{{ fail "Please accept the end user license agreement" }}'
    10      flags: [vvvv,]
    11  
    12  tasks:
    13    -
    14      name: task
    15      task:
    16  
    17        -
    18          func: shell
    19          do:
    20            - echo "check the value of other dvar using vvvv flag print out"