Skip to content

Commit 7cf7422

Browse files
committed
chore: sync with microG unofficial installer
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent 1220571 commit 7cf7422

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ build-job:
6363
- "build.sh"
6464
- "conf-*.sh"
6565
when: always
66-
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_TAG == "nightly"
66+
- if: $CI_PIPELINE_SOURCE == "schedule"
6767
when: always
6868
- if: $CI_PIPELINE_SOURCE == "web" # Started manually on the GitLab website
6969
when: always
@@ -79,7 +79,7 @@ ping-cache:
7979
interruptible: false
8080
timeout: "5 minutes"
8181
rules:
82-
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_TAG == "nightly"
82+
- if: $CI_PIPELINE_SOURCE == "schedule"
8383
when: always
8484
before_script: []
8585
script: "test ! -d './cache/build' || date -u -- '+%s' 1> './cache/build/last-ping.dat'"

zip-content/module.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
numericId=928871
66
id=google-sync-addon
77
name=Google sync add-on
8-
version=v1.3.2.38-alpha
8+
version=v1.3.2.39-alpha
99
versionCode=6
1010
author=ale5000
1111
description=It installs Google sync adapters on Android.

0 commit comments

Comments
 (0)