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

Commit 1df2817c authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

rearrange jobs

parent b81a7abb
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ create-json-files:
      - official.json
      - test.json

create-release:
create-test-release:
  stage: gitlab_release
  dependencies:
    - init_submodules
@@ -96,11 +96,11 @@ create-release:
    - apt update && apt install jq -y
  script:
    - |
      ./systemAppsUpdateInfo/scripts/create-release.sh \
      "$APK_PATH" "$UNSIGNED_APK" "$COMMUNITY_APK" "$OFFICIAL_APK"
      ./systemAppsUpdateInfo/scripts/create-test-release.sh \
      "$APK_PATH" "$TEST_APK"
  allow_failure: true

create-test-release:
create-release:
  stage: gitlab_release
  dependencies:
    - init_submodules
@@ -115,5 +115,5 @@ create-test-release:
    - apt update && apt install jq -y
  script:
    - |
      ./systemAppsUpdateInfo/scripts/create-test-release.sh \
      "$APK_PATH" "$TEST_APK"
 No newline at end of file
      ./systemAppsUpdateInfo/scripts/create-release.sh \
      "$APK_PATH" "$UNSIGNED_APK" "$COMMUNITY_APK" "$OFFICIAL_APK"
 No newline at end of file