Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f086f4bb authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

fix error from merge conflict

parent f0e7f456
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -93,13 +93,13 @@ echo "File size for - $OFFICIAL_APK - $apk_size_official"
# Generate json files ====================

if [[ "$BLOCKED_DEV" != "true" ]]; then
  generateJsonFile dev.json "https://gitlab.e.foundation/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/${CI_COMMIT_TAG}/raw/$APK_PATH/$DEV_APK?job=generate-apks"
  editJson dev.json "size" "$apk_size_dev"
  generateJsonFile community.json "https://gitlab.e.foundation/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/${CI_COMMIT_TAG}/raw/$APK_PATH/$DEV_APK?job=generate-apks"
  editJson community.json "size" "$apk_size_dev"
fi

if [[ "$BLOCKED_STABLE" != "true" ]]; then
  generateJsonFile stable.json "https://gitlab.e.foundation/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/${CI_COMMIT_TAG}/raw/$APK_PATH/$STABLE_APK?job=generate-apks"
  editJson stable.json "size" "$apk_size_stable"
  generateJsonFile official.json "https://gitlab.e.foundation/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/${CI_COMMIT_TAG}/raw/$APK_PATH/$STABLE_APK?job=generate-apks"
  editJson official.json "size" "$apk_size_stable"
fi

# Move json file for artifacts ====================