Skip to content
Snippets Groups Projects
Commit 51944bd3 authored by Griefed's avatar Griefed :joystick:
Browse files

Update .gitlab-ci.yml file

parent f4a46c3e
No related branches found
Tags bionic-51a1e7da-ls16
No related merge requests found
...@@ -16,6 +16,14 @@ variables: ...@@ -16,6 +16,14 @@ variables:
FOCAL_RELEASE_DATE: "current" FOCAL_RELEASE_DATE: "current"
OVERLAY_VERSION: "v2.2.0.3" OVERLAY_VERSION: "v2.2.0.3"
workflow:
rules:
- if: '$CI_MERGE_REQUEST_EVENT_TYPE == "detached"'
when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- when: always
test docker: test docker:
stage: test stage: test
before_script: before_script:
......
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