Skip to content

Commit 34a4506

Browse files
authored
Update common_quickstart.yml
1 parent 874050c commit 34a4506

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/common_quickstart.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ jobs:
102102
# ${{ inputs.run_tests }} \
103103
# ${{ inputs.quickstart_type }}
104104
# Failure sequence to upload artifact.
105-
- id: lowercase_product
106-
if: ${{ failure() }}
107-
run: |
108-
lowercase_product=$(echo "${{ inputs.product }}" | tr '[:upper:]' '[:lower:]')
109-
echo "lowercase_product=$lowercase_product" >> $GITHUB_OUTPUT
110-
- name: Remove data before upload.
111-
if: ${{ failure() }}
112-
run: scripts/remove_data.sh ${{ steps.lowercase_product.outputs.lowercase_product }}
113-
- uses: actions/upload-artifact@v4
114-
if: ${{ failure() }}
115-
with:
116-
name: quickstart_artifacts_${{ steps.lowercase_product.outputs.lowercase_product }}
117-
path: quickstart-ios/
105+
# - id: lowercase_product
106+
# if: ${{ failure() }}
107+
# run: |
108+
# lowercase_product=$(echo "${{ inputs.product }}" | tr '[:upper:]' '[:lower:]')
109+
# echo "lowercase_product=$lowercase_product" >> $GITHUB_OUTPUT
110+
# - name: Remove data before upload.
111+
# if: ${{ failure() }}
112+
# run: scripts/remove_data.sh ${{ steps.lowercase_product.outputs.lowercase_product }}
113+
# - uses: actions/upload-artifact@v4
114+
# if: ${{ failure() }}
115+
# with:
116+
# name: quickstart_artifacts_${{ steps.lowercase_product.outputs.lowercase_product }}
117+
# path: quickstart-ios/

0 commit comments

Comments
 (0)