Don't include git SHA in cloud_integration_tests names - part 2 (#4231)

Followup to #4230

I forgot to make the same change to the `release.yml` workflow
This commit is contained in:
Alejandro Pedraza 2020-04-02 19:43:27 -05:00 committed by GitHub
parent 7a6e7c3b38
commit be558b6869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ jobs:
export PATH="`pwd`/bin:$PATH"
echo "$GITCOOKIE_SH" | bash
version="$($HOME/.linkerd version --client --short | tr -cd '[:alnum:]-')"
bin/test-run $HOME/.linkerd linkerd-$version
bin/test-run $HOME/.linkerd
- name: CNI tests
run: |
export TAG="$($HOME/.linkerd version --client --short)"