Skip to content

pipeline ci-dispatch-and-wait

Overview

Command: r2r eac pipeline ci-dispatch-and-wait Purpose: Wait for GitHub workflow runs to complete Category: pipeline

Syntax

r2r eac pipeline ci-dispatch-and-wait

Examples

# Trigger and wait for CI
r2r eac pipeline ci-dispatch-and-wait

# Use in scripts
if r2r eac pipeline ci-dispatch-and-wait; then
  echo "CI passed"
  r2r eac release this
fi

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.