fix: remove duplicate when + fix ci-update-site.sh

Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
celenity
2026-04-02 04:46:32 +00:00
parent 57e9ed0638
commit d3ff93ce4e
2 changed files with 0 additions and 5 deletions

View File

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

View File

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