You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
CI: build an alpine package for each commit
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user