Skip to content

Commit

Permalink
Update snapshot-ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Leclerc <[email protected]>
  • Loading branch information
clementleclercRTE authored Dec 2, 2024
1 parent 8c0d34e commit a72f545
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/snapshot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,18 +251,13 @@ jobs:
run: |
echo "Failed job : Build ${{ matrix.config.name }} ${{ matrix.python.name }} wheel" >> $BUILD_STATUS
- name: Show Build Status Report
- name: Read Build Status
if: always()
id: build_status
run: |
echo "BUILD_STATUS_CONTENT=$(cat $BUILD_STATUS)" >> $GITHUB_OUTPUT
echo "=== BUILD STATUS REPORT ==="
cat $BUILD_STATUS
echo "=========================="
- name: Read Build Status
if: always()
id: build_status
run: |
echo "BUILD_STATUS_CONTENT<<EOF" >> $GITHUB_OUTPUT
cat $BUILD_STATUS >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a72f545

Please sign in to comment.