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

Commit 22f54c7c authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Never expire signed apks and json files

parent 6fd3f561
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ init_submodules:

generate-apks:
  stage: gitlab_release
  rules: *rules_protected_ref
  rules: *rules_protected_tag
  needs:
    - job: init_submodules
    - job: build
@@ -66,6 +66,7 @@ generate-apks:
      ./systemAppsUpdateInfo/scripts/generate-apks.sh \
      "$APK_PATH" "$UNSIGNED_APK" "$COMMUNITY_APK" "$OFFICIAL_APK" "$TEST_APK"
  artifacts:
    expire_in: never
    paths:
      - $APK_PATH/$UNSIGNED_APK
      - $APK_PATH/$COMMUNITY_APK
@@ -83,6 +84,7 @@ create-json-files:
      ./systemAppsUpdateInfo/scripts/create-json-files.sh \
      "$APK_PATH" "$UNSIGNED_APK" "$COMMUNITY_APK" "$OFFICIAL_APK" "$TEST_APK"
  artifacts:
    expire_in: never
    paths:
      - community.json
      - official.json