Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ ${metadata_parsed} \
# Capture the command output and display it
echo "Waiting for full test results so we can parse outputs... this may take a while for non-async tests"
echo "Check status at https://console.devicecloud.dev/results"
# Forward CI identity so DCD notices can target this Bitrise step. DCD_STEP_VERSION
# can be set to forward the step version; provider alone enables CI-surface notices.
export DCD_CI_PROVIDER="bitrise"
export DCD_CI_WRAPPER_VERSION="${DCD_STEP_VERSION:-}"
OUTPUT=$(npx --yes "$DCD_VERSION" cloud --quiet \
--apiKey "$api_key" \
${allure_path:+--allure-path "$allure_path"} \
Expand Down
Loading