From 1aafa49a5cea459440a66b1db49f6a112dd3a8cd Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Thu, 27 Feb 2020 18:53:45 +0100 Subject: [PATCH] python stretch image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe26ccf1..58bf5ac6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ build apk: - cp bin/browser-$BUILD_VERSION-release__arm64.apk /dev/null deploy build.lbry.io: - image: python:buster + image: python:stretch stage: deploy dependencies: - build apk @@ -64,7 +64,7 @@ deploy build.lbry.io: - aws s3 cp bin/$BUILD_APK_FILENAME__64 s3://build.lbry.io/android/push.apk release apk: - image: python:buster + image: python:stretch stage: release only: - tags