From 8d5126a234c9383fb99f0f42f56d761acad68b31 Mon Sep 17 00:00:00 2001 From: NikitaSkrynnik Date: Fri, 1 Mar 2024 11:55:03 +0700 Subject: [PATCH] use variable Signed-off-by: NikitaSkrynnik --- .github/workflows/ci.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dade127..01977ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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