Skip to content

Commit

Permalink
Skip error checking script since history should capture it now
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Oct 11, 2024
1 parent 1b2cfa1 commit 4c556a4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/snapshot-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,8 @@ jobs:
- name: Run Flow
id: run_flow
run: |
set -e {
cci flow run ${{inputs.flow_name}} ${{ inputs.flow_run_options }} \
cci flow run ${{inputs.flow_name}} ${{ inputs.flow_run_options }} \
$([[ "${{ inputs.debug }}" == "true" ]] && echo " --debug")
} || {
echo "::error::Failed to install dependencies. Running cci error info..."
cci error info
exit 1
}
shell: bash

- name: Create Hashed Snapshot if Needed
Expand Down

0 comments on commit 4c556a4

Please sign in to comment.