mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-06-01 16:11:13 +03:00
[ROBO] test
This commit is contained in:
parent
ea2048babf
commit
8469a099b0
@ -144,7 +144,7 @@ RoboTest:
|
|||||||
- if: $CI_COMMIT_TAG && $CI_PROJECT_ID == $ROOT_PROJECT_ID
|
- if: $CI_COMMIT_TAG && $CI_PROJECT_ID == $ROOT_PROJECT_ID
|
||||||
# or when requested by using [ROBO] inside the commit message and merging to develop
|
# or when requested by using [ROBO] inside the commit message and merging to develop
|
||||||
# Would be nice to be able to run it in a MR as well, but currently not possible
|
# Would be nice to be able to run it in a MR as well, but currently not possible
|
||||||
# Because it would not have access to the protected keys
|
# Because it would not have access to the protected keys.
|
||||||
- if: $CI_COMMIT_MESSAGE =~ /^\[ROBO\].*/ && $CI_PROJECT_ID == $ROOT_PROJECT_ID && $CI_COMMIT_REF_NAME == "develop" && $CI_PIPELINE_SOURCE != "merge_request_event"
|
- if: $CI_COMMIT_MESSAGE =~ /^\[ROBO\].*/ && $CI_PROJECT_ID == $ROOT_PROJECT_ID && $CI_COMMIT_REF_NAME == "develop" && $CI_PIPELINE_SOURCE != "merge_request_event"
|
||||||
variables:
|
variables:
|
||||||
PACKAGE_APK: ultrasonic-${CI_COMMIT_SHA}
|
PACKAGE_APK: ultrasonic-${CI_COMMIT_SHA}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user