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

Using only instead of rules.

parent 3c99280a
No related branches found
No related tags found
1 merge request!229-Added comment.
Pipeline #27067 failed
......@@ -89,15 +89,15 @@ synth-check-programming-files:
###############################################################################
trigger-opc-ua-test:
stage: hardware
# only:
# changes:
# - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
# - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
only:
changes:
- applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
- merge_requests
# rules:
# - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
# changes:
# - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
# script:
# - echo "Found updated programming file. Triggering OPC UA test in SDPTR repo."
......
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