Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,9 @@ 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" Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,9 @@ 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" Loading