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

Commit dfba856d authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

chore: set v1.15 for /e/OS-1.15, fix ci script to auto build tagged commit.

parent b153164c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ build-e-release:
  script:
    - ./gradlew :app:assembleERelease
  rules:
    - if: '$CI_COMMIT_REF_PROTECTED == "true" && $CI_BUILD_TAG =~ /^eOS-/'
    - if: '$CI_COMMIT_REF_PROTECTED == "true" && $CI_COMMIT_TAG =~ /^eOS-/'
      variables:
        MAPBOX_KEY: $MAPBOX_KEY_PROD
      when: always
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ buildscript {
        'targetSdk' : 31,
        'version'   : [
            'major': 1,
            'minor': 14,
            'minor': 15,
            'patch': 0,
        ],
    ]