use Python 3.9 docker image
This commit is contained in:
parent
ea58057ee0
commit
540675c988
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ stages:
|
||||||
|
|
||||||
build arm64 aar:
|
build arm64 aar:
|
||||||
stage: build
|
stage: build
|
||||||
image: lbry/android-base:latest
|
image: lbry/android-base:python39
|
||||||
before_script:
|
before_script:
|
||||||
- export BUILD_VERSION=$(cat $CI_PROJECT_DIR/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
- export BUILD_VERSION=$(cat $CI_PROJECT_DIR/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -31,7 +31,7 @@ build arm64 aar:
|
||||||
|
|
||||||
build arm aar:
|
build arm aar:
|
||||||
stage: build2
|
stage: build2
|
||||||
image: lbry/android-base:latest
|
image: lbry/android-base:python39
|
||||||
before_script:
|
before_script:
|
||||||
- export BUILD_VERSION=$(cat $CI_PROJECT_DIR/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
- export BUILD_VERSION=$(cat $CI_PROJECT_DIR/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue