From 06fe6778168017d277a754ac0ddb7315ad77fcb7 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 8 Mar 2025 01:22:48 +0000 Subject: [PATCH] ci: install file remove git --- .github/workflows/pages.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c3ba21f2..b038ff97 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -14,7 +14,7 @@ jobs: - name: Install Dependencies run: | apk update - apk add brotli curl git grep jq zstd + apk add brotli curl file grep jq zstd - name: Build env: PHISHTANK_API: ${{ secrets.PHISHTANK_API }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f261035c..22f8c569 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build_job: stage: build before_script: - - apk update && apk add brotli curl grep jq zstd + - apk update && apk add brotli curl file grep jq zstd script: - sh src/script.sh