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

     1  notes: |
     2    test an edge case that secure var can not be decrypted due to the non existence of the enc_key
     3  
     4  scopes:
     5    - name: global
     6      dvars:
     7        - name: ENV_AAA
     8          value: tdRdCpkHCVz0xzzkthoPUsD6yS6w439zPMDNUot84mM=
     9          flags:
    10            - envVar
    11            - secure
    12  
    13  tasks:
    14    -
    15      name: task
    16      task:
    17        -
    18          func: shell
    19          do:
    20            - echo "hello"