Skip to content
Snippets Groups Projects
Commit 8ba33cdc authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Disable push builds

parent ee5f53e9
No related branches found
No related tags found
No related merge requests found
...@@ -115,9 +115,9 @@ variables: ...@@ -115,9 +115,9 @@ variables:
when: never when: never
- if: '$CI_PIPELINE_SOURCE == "web"' - if: '$CI_PIPELINE_SOURCE == "web"'
- if: '$CI_PIPELINE_SOURCE == "schedule"' - if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_PIPELINE_SOURCE == "push"' #- if: '$CI_COMMIT_BRANCH == "master" && $CI_PIPELINE_SOURCE == "push"'
when: delayed # when: delayed
start_in: '12 hours' # start_in: '12 hours'
variables: variables:
VIEWER_CHANNEL_TYPE: Test VIEWER_CHANNEL_TYPE: Test
VIEWER_USE_CRASHPAD: "FALSE" VIEWER_USE_CRASHPAD: "FALSE"
......
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