style: group together CODE_REPO and CI_SCRIPTS_* variables
It's a cosmetic change without functional changes.
Grouping together related variables in order to improve readability and
make it easier to update/change CI scripts location.
e.g. for testing purpose on TF staging instance
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Change-Id: I123ca5b1fee5130578f531c89fda4f5be7a39c62
diff --git a/tf-m-static-checks.yaml b/tf-m-static-checks.yaml
index e138695..71517d6 100644
--- a/tf-m-static-checks.yaml
+++ b/tf-m-static-checks.yaml
@@ -44,12 +44,12 @@
description: |
For use when triggering with unmerged Gerrit changes.
- string:
- name: 'CI_SCRIPTS_REPO'
- default: 'https://review.trustedfirmware.org/ci/tf-m-ci-scripts'
- - string:
name: 'CODE_REPO'
default: 'https://review.trustedfirmware.org/TF-M/trusted-firmware-m'
- string:
+ name: 'CI_SCRIPTS_REPO'
+ default: 'https://review.trustedfirmware.org/ci/tf-m-ci-scripts'
+ - string:
name: 'CI_SCRIPTS_BRANCH'
default: 'master'
pipeline-scm: