Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ variables: PROJECT_ID: "83" # under Settings -> General APK_PATH: "app/build/outputs/apk/ose/release" UNSIGNED_APK: "davx5-ose-release-unsigned.apk" COMMUNITY_APK: "Account-manager-community.apk" OFFICIAL_APK: "Account-manager-official.apk" COMMUNITY_APK: "Account_manager_community.apk" OFFICIAL_APK: "Account_manager_official.apk" stages: - update-from-upstream Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ variables: PROJECT_ID: "83" # under Settings -> General APK_PATH: "app/build/outputs/apk/ose/release" UNSIGNED_APK: "davx5-ose-release-unsigned.apk" COMMUNITY_APK: "Account-manager-community.apk" OFFICIAL_APK: "Account-manager-official.apk" COMMUNITY_APK: "Account_manager_community.apk" OFFICIAL_APK: "Account_manager_official.apk" stages: - update-from-upstream Loading