Skip to content
Snippets Groups Projects
Commit f8843ec9 authored by Rafal Mucha's avatar Rafal Mucha
Browse files

Resolve NXCALS-7718 "Add triggering nxcals example"

parent 7675adc7
No related branches found
No related tags found
1 merge request!2031Resolve NXCALS-7718 "Add triggering nxcals example"
include:
- project: acc-logging-team/gitlab-templates
file: gitlab-ci-common.yml
ref: 0.1.34
- project: acc-logging-team/gitlab-templates
file: gitlab-ci-logging.yml
ref: 0.1.34
run-examples:
stage: publish-release
rules:
- if: $STAGING_PIPELINE == "true" && $PRO_RELEASE == 'true' && $CAS == 'true' #on_pro_release
needs:
- set_version:pro
- cas_set_alias:pro
variables:
NXCALS_VERSION: "$VERSION"
trigger:
include:
- project: "acc-logging-team/nxcals-examples"
file: .gitlab-ci.yml
ref: "HEAD"
strategy: depend
forward:
pipeline_variables: true
\ No newline at end of file
include: include:
- local: '.ci/templates.yml' - local: '.ci/templates.yml'
- local: '.ci/examples.yml'
- project: acc-logging-team/gitlab-templates - project: acc-logging-team/gitlab-templates
file: workflows/base.yml file: workflows/base.yml
ref: 0.1.34 ref: 0.1.34
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment