Skip to content
Snippets Groups Projects
Verified Commit b4443ff0 authored by Alexander Kehr's avatar Alexander Kehr
Browse files

all builds

parent dfa0a49a
No related branches found
No related tags found
No related merge requests found
Pipeline #3087 canceled
stages:
- infra
- repo_init
- build without GMS
- build with microG
- build with GMS
- publish
- infra_finish
image: lineageos4microg/docker-lineage-cicd
......@@ -60,6 +62,14 @@ image: lineageos4microg/docker-lineage-cicd
script:
- /root/init.sh
infra:power_on:build-server:
stage: infra
image: debian
before_script:
- apt update && apt install ssh -y
script:
- ssh -oHostKeyAlgorithms=+ssh-dss -oPubkeyAcceptedAlgorithms=+ssh-dss -oKexAlgorithms=+diffie-hellman-group1-sha1 192.168.8.31 "POWER ON"
build:los20:without GMS:
extends: .build_job_base
stage: build without GMS
......@@ -109,3 +119,11 @@ upload:
script:
- ls -la ${ZIP_DIR}
- mc mirror --remove --overwrite ${ZIP_DIR} minio/${S3_BUCKET}/
infra:power_ff:build-server:
image: debian
before_script:
- apt update && apt install ssh -y
stage: infra_finish
script:
- ssh -oHostKeyAlgorithms=+ssh-dss -oPubkeyAcceptedAlgorithms=+ssh-dss -oKexAlgorithms=+diffie-hellman-group1-sha1 192.168.8.31 "POWER OFF"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment