Skip to content
Snippets Groups Projects
Commit 0f2da7ea authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-changed rules syntax.

parent f2e2309a
No related branches found
No related tags found
1 merge request!229-Added comment.
Pipeline #27064 failed
...@@ -92,14 +92,16 @@ trigger-opc-ua-test: ...@@ -92,14 +92,16 @@ trigger-opc-ua-test:
# only: # only:
# changes: # changes:
# - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz # - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
# - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
# script: # script:
# - echo "Found updated programming file. Triggering OPC UA test in SDPTR repo." # - echo "Found updated programming file. Triggering OPC UA test in SDPTR repo."
trigger: trigger:
project: LOFAR2.0/sdptr project: LOFAR2.0/sdptr
branch: L2SDP-571 branch: L2SDP-571
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
changes: changes:
- applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
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