From 85db990699f8c048031dfafc2986081940de15a6 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Tue, 16 Apr 2024 04:53:41 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(.github):=20remove=20referen?= =?UTF-8?q?ces=20to=20warp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server.yml | 6 ------ .github/workflows/warp.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 5c88bd15..bf21cb61 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -63,12 +63,6 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - - - name: Download warp - uses: actions/download-artifact@v3 - with: - name: warp - path: ./ - name: Log into registry ${{ env.REGISTRY }} uses: docker/login-action@v3 diff --git a/.github/workflows/warp.yml b/.github/workflows/warp.yml index d01c2f24..bce7223f 100644 --- a/.github/workflows/warp.yml +++ b/.github/workflows/warp.yml @@ -66,12 +66,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - - - name: Download warp - uses: actions/download-artifact@v3 - with: - name: warp - path: ./ - name: Log into registry ${{ env.REGISTRY }} uses: docker/login-action@v3