mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-05-24 16:45:44 -04:00
fix: remove duplicate when + fix ci-update-site.sh
Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user