Skip to content

Commit 5f176fa

Browse files
authored
Update .github/workflows/common_quickstart.yml
1 parent db3448d commit 5f176fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/common_quickstart.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ jobs:
9292
${{ inputs.product }} \
9393
${{ inputs.run_tests }} \
9494
# Failure sequence to upload artifact.
95-
# - id: lowercase_product
96-
# if: ${{ failure() }}
97-
# run: |
98-
# lowercase_product=$(echo "${{ inputs.product }}" | tr '[:upper:]' '[:lower:]')
99-
# echo "lowercase_product=$lowercase_product" >> $GITHUB_OUTPUT
100-
# - name: Remove data before upload.
101-
# if: ${{ failure() }}
102-
# run: scripts/remove_data.sh ${{ steps.lowercase_product.outputs.lowercase_product }}
95+
- id: lowercase_product
96+
if: ${{ failure() }}
97+
run: |
98+
lowercase_product=$(echo "${{ inputs.product }}" | tr '[:upper:]' '[:lower:]')
99+
echo "lowercase_product=$lowercase_product" >> $GITHUB_OUTPUT
100+
- name: Remove data before upload.
101+
if: ${{ failure() }}
102+
run: scripts/remove_data.sh ${{ steps.lowercase_product.outputs.lowercase_product }}
103103
# - uses: actions/upload-artifact@v4
104104
# if: ${{ failure() }}
105105
# with:

0 commit comments

Comments
 (0)