github.com/dnephin/dobi@v0.15.0/examples/env-vars/test.sh (about)

     1  #!/usr/bin/env bash
     2  # SUMMARY: Test example of capturing staout as env var
     3  # LABELS:
     4  # REPEAT:
     5  # AUTHOR:
     6  set -eu -o pipefail
     7  
     8  dobi dist
     9  
    10  echo "image tagged with version"
    11  docker inspect repo/myapp:3.4.5