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
11 lines
371 B
YAML
11 lines
371 B
YAML
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
|