ci: remove download env

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-17 19:15:12 -04:00 committed by June
parent d070c89f84
commit a898cf0db4

View file

@ -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