mirror of https://github.com/linkerd/linkerd2.git
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:
parent
7a6e7c3b38
commit
be558b6869
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue