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

Commit b8362538 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

fix: add missing dependencies & needs in job create-json-file

parent 258952dc
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -126,8 +126,10 @@ generate-apks:
create-json-files:
  stage: release
  dependencies:
    - init_submodules
    - generate-apks
  needs:
    - init_submodules
    - generate-apks
  rules:
    - if: '$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED == "true"'
@@ -135,9 +137,6 @@ create-json-files:
  before_script:
    - apt update && apt install jq aapt -y
  script:
    - pwd
    - ls -la
    - chmod +x systemAppsUpdateInfo/scripts/create-json-files.sh
    - |
      ./systemAppsUpdateInfo/scripts/create-json-files.sh \
      "$APK_PATH" "$UNSIGNED_APK" "$COMMUNITY_APK" "$OFFICIAL_APK"