Loading .gitlab-ci.yml +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ image: "registry.gitlab.e.foundation:5000/e/apps/docker-android-apps-cicd:latest stages: - build - publish before_script: - if [ -d "/srv/userscripts" ]; then cp -R userscripts/* /srv/userscripts ; fi Loading Loading @@ -33,3 +34,10 @@ build: artifacts: paths: - play-services-core/build/outputs/apk/ publish-prebuilt-apk: stage: publish only: merge_requests trigger: project: e/os/android_prebuilts_prebuiltapks branch: $CI_COMMIT_REF_NAME Loading
.gitlab-ci.yml +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ image: "registry.gitlab.e.foundation:5000/e/apps/docker-android-apps-cicd:latest stages: - build - publish before_script: - if [ -d "/srv/userscripts" ]; then cp -R userscripts/* /srv/userscripts ; fi Loading Loading @@ -33,3 +34,10 @@ build: artifacts: paths: - play-services-core/build/outputs/apk/ publish-prebuilt-apk: stage: publish only: merge_requests trigger: project: e/os/android_prebuilts_prebuiltapks branch: $CI_COMMIT_REF_NAME