Skip to content

`script` application step

Compare
Choose a tag to compare
@blueskyjunkie blueskyjunkie released this 20 Jan 19:00
· 9 commits to main since this release
d26921b

The usual jinja2 template context data is available to the script step.

...
  steps:
    - name: name-for-status-logging
      script: |
        echo "{{ context.tags.frame_name }}"
        az account show