Skip to content
Snippets Groups Projects
Commit cfe995cd authored by Jan David Mol's avatar Jan David Mol
Browse files

fix

parent 1d3adf4a
No related branches found
No related tags found
1 merge request!1092Resolve L2SS-2309 "Trigger deployment"
...@@ -442,16 +442,17 @@ docker_build: ...@@ -442,16 +442,17 @@ docker_build:
- docker/snmp-exporter/snmp.yml - docker/snmp-exporter/snmp.yml
docker_build_device_base: docker_build_device_base:
extends: .base_docker_images extends:
- .base_docker_store_images
- .local_job
rules: rules:
- !reference [.local_job, rules]
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH) || $CI_COMMIT_TAG - if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH) || $CI_COMMIT_TAG
script: script:
# Do not remove 'bash' or statement will be ignored by primitive docker shell # Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh lofar-device-base $tag - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh lofar-device-base $tag
.run_integration_tests: .run_integration_tests:
allow_failure: true allow_failure: true
stage: integration stage: integration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment