File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 22
22
timeout-minutes : 20
23
23
steps :
24
24
- uses : linkerd/dev/actions/setup-tools@v39
25
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
25
+ - name : Install linkerd CLI (edge)
26
+ id : linkerd
27
+ run : |
28
+ scurl https://run.linkerd.io/install-edge | sh
29
+ echo "PATH=$PATH:$HOME/.linkerd2/bin" >> "$GITHUB_ENV"
30
+ export PATH="$PATH:$HOME/.linkerd2/bin"
31
+ echo "tag=$(linkerd version --client --short)" >> "$GITHUB_OUTPUT"
26
32
33
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
27
34
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
28
35
with :
29
36
path : ${{ runner.temp }}/buildx
33
40
env :
34
41
DOCKER_BUILDX_CACHE_DIR : ' ${{ runner.temp }}/buildx'
35
42
36
- - name : Install linkerd CLI (edge)
37
- id : linkerd
38
- run : |
39
- scurl https://run.linkerd.io/install-edge | sh
40
- echo "PATH=$PATH:$HOME/.linkerd2/bin" >> "$GITHUB_ENV"
41
- export PATH="$PATH:$HOME/.linkerd2/bin"
42
- echo "tag=$(linkerd version --client --short)" >> "$GITHUB_OUTPUT"
43
-
44
43
- run : just-k3d create
45
44
- run : just 'linkerd-tag=${{ steps.linkerd.outputs.tag }}' linkerd-load
46
45
- run : just 'linkerd-tag=${{ steps.linkerd.outputs.tag }}' linkerd-install
You can’t perform that action at this time.
0 commit comments