From a898cf0db4a8fc9b7c6e1eecd652b750aa9696f0 Mon Sep 17 00:00:00 2001 From: strawberry Date: Wed, 17 Apr 2024 19:15:12 -0400 Subject: [PATCH] ci: remove download env Signed-off-by: strawberry --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1370a43e..8b0d4e32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,12 +117,6 @@ jobs: ] steps: - - name: Download build environment - uses: actions/download-artifact@v4 - with: - name: build-environment - - - name: Perform continuous integration run: direnv exec . engage @@ -170,11 +164,6 @@ jobs: needs: build-and-test runs-on: ubuntu-latest steps: - - name: Download build environment - uses: actions/download-artifact@v4 - with: - name: build-environment - - name: Extract metadata for Dockerhub env: REGISTRY: registry.hub.docker.com