mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-03-14 18:55:37 +00:00
ci: remove download env
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
c2fa8e6f8d
commit
6614b8f6bf
1 changed files with 0 additions and 11 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue