From d3ff93ce4ee12a3ebd8d95047e548f85e6e48d49 Mon Sep 17 00:00:00 2001 From: celenity Date: Thu, 2 Apr 2026 04:46:32 +0000 Subject: [PATCH] fix: remove duplicate `when` + fix ci-update-site.sh Signed-off-by: celenity --- .gitlab-ci.yml | 2 -- scripts/ci-update-site.sh | 3 --- 2 files changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88b6f302..556c7559 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -155,7 +155,6 @@ build-aar: artifacts: untracked: false when: always - when: always access: all expire_in: "30 days" paths: @@ -194,7 +193,6 @@ build-final: artifacts: untracked: false when: always - when: always access: all expire_in: "30 days" paths: diff --git a/scripts/ci-update-site.sh b/scripts/ci-update-site.sh index 81d70bc8..e35413dd 100644 --- a/scripts/ci-update-site.sh +++ b/scripts/ci-update-site.sh @@ -11,9 +11,6 @@ if [[ -z "${IRONFOX_SET_ENVS+x}" ]]; then fi source "$(realpath $(dirname "$0"))/env.sh" -# Include version info -source "${IRONFOX_VERSIONS}" - git clone "https://${IF_CI_USERNAME}:${GITLAB_CI_PUSH_TOKEN}@gitlab.com/${TARGET_REPO_PATH}.git" target-repo cd target-repo || { echo "Unable to cd into target-repo"; exit 1; };