fix: install fails in check mode #93
@ -191,23 +191,27 @@ test_results:
 | 
				
			|||||||
  rules:
 | 
					  rules:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - if: $CI_COMMIT_TAG
 | 
					    - if: $CI_COMMIT_TAG
 | 
				
			||||||
 | 
					      allow_failure: true
 | 
				
			||||||
      when: on_success
 | 
					      when: on_success
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - if: "$CI_COMMIT_AUTHOR =='nfc_bot <helpdesk@nofusscomputing.com>'"
 | 
					    # Needs to run, even by bot as the test results need to be available
 | 
				
			||||||
      when: never
 | 
					    # - if: "$CI_COMMIT_AUTHOR =='nfc_bot <helpdesk@nofusscomputing.com>'"
 | 
				
			||||||
 | 
					    #   when: never
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - if: # Occur on merge
 | 
					    - if: # Occur on merge
 | 
				
			||||||
        $CI_COMMIT_BRANCH == "development"
 | 
					        $CI_COMMIT_BRANCH
 | 
				
			||||||
          &&
 | 
					          &&
 | 
				
			||||||
        $CI_PIPELINE_SOURCE == "push"
 | 
					        $CI_PIPELINE_SOURCE == "push"
 | 
				
			||||||
      when: always
 | 
					      allow_failure: true
 | 
				
			||||||
 | 
					      when: on_success
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - if:
 | 
					    # - if:
 | 
				
			||||||
        $CI_COMMIT_BRANCH != "development"
 | 
					    #     $CI_COMMIT_BRANCH != "development"
 | 
				
			||||||
          &&
 | 
					    #       &&
 | 
				
			||||||
        $CI_COMMIT_BRANCH != "master"
 | 
					    #     $CI_COMMIT_BRANCH != "master"
 | 
				
			||||||
          &&
 | 
					    #       &&
 | 
				
			||||||
        $CI_PIPELINE_SOURCE == "push"
 | 
					    #     $CI_PIPELINE_SOURCE == "push"
 | 
				
			||||||
      when: always
 | 
					    #   allow_failure: true
 | 
				
			||||||
 | 
					    #   when: always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - when: never
 | 
					    - when: never
 | 
				
			||||||
		Reference in New Issue
	
	Block a user