Skip to content

Commit

Permalink
use variable
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Mar 13, 2024
1 parent 90d86ec commit 8d5126a
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,6 @@ jobs:
mv ./clusterctl /usr/local/bin/clusterctl
clusterctl version
- name: Install metal CLI
run: |
curl -L https://github.com/equinix/metal-cli/releases/download/v0.16.0/metal-linux-amd64 -o metal
chmod +x ./metal
mv ./metal /usr/local/bin/metal
metal -v
- name: Checkout deployments
uses: actions/checkout@v4
with:
repository: networkservicemesh/deployments-k8s
path: networkservicemesh/deployments-k8s

- name: Setup ssh
working-directory: ${{ github.repository }}
id: setup_ssh
Expand Down Expand Up @@ -158,7 +145,7 @@ jobs:
working-directory: ${{ github.repository }}

- name: Upload logs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: ${{ matrix.CNI }}-logs
Expand Down

0 comments on commit 8d5126a

Please sign in to comment.