Skip to content

Commit 7c46681

Browse files
committed
Also remove old versions from debug artifacts download step
1 parent b0a1d92 commit 7c46681

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/debug-artifacts.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
matrix:
2727
version:
2828
# TODO: Once CLI v2.17.4 is available and the platform is switched back to ubuntu,
29-
# stable-20230403, stable-v2.13.5, and stable-v2.14.6 can be added back to this matrix.
29+
# stable-20230403, stable-v2.13.5, and stable-v2.14.6 can be added back to this matrix,
30+
# and the VERSIONS variable in the bash script below.
3031
# Prior to CLI v2.15.1, ARM runners were not supported by the build tracer.
3132
- stable-v2.15.5
3233
- stable-v2.16.6
@@ -75,7 +76,7 @@ jobs:
7576
- name: Check expected artifacts exist
7677
shell: bash
7778
run: |
78-
VERSIONS="stable-20230403 stable-v2.13.5 stable-v2.14.6 stable-v2.15.5 stable-v2.16.6 default latest nightly-latest"
79+
VERSIONS="stable-v2.15.5 stable-v2.16.6 default latest nightly-latest"
7980
LANGUAGES="cpp csharp go java javascript python"
8081
for version in $VERSIONS; do
8182
pushd "./my-debug-artifacts-${version//./}"

0 commit comments

Comments
 (0)