mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 12:17:57 +03:00
CI: build an alpine package for each commit
This commit is contained in:
parent
2077dc9406
commit
1d2450443e
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
trigger_job:
|
||||
variables:
|
||||
# the build script assumes it's run from a MR context
|
||||
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: master
|
||||
CI_MERGE_REQUEST_PROJECT_URL: ${CI_SERVER_URL}/android_translation_layer/aports
|
||||
# for artifact archive name
|
||||
UPSTREAM_COMMIT: $CI_COMMIT_SHA
|
||||
trigger:
|
||||
project: android_translation_layer/aports
|
||||
branch: atl-nightlies-atl
|
Loading…
Add table
Add a link
Reference in a new issue