fix detached pipeline
This commit is contained in:
		@@ -117,9 +117,7 @@ Test_Server:
 | 
				
			|||||||
    - Debian_Server
 | 
					    - Debian_Server
 | 
				
			||||||
  rules:
 | 
					  rules:
 | 
				
			||||||
    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH # run this always on default branch
 | 
					    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH # run this always on default branch
 | 
				
			||||||
    - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH # allow triggering this manually
 | 
					    - when: manual
 | 
				
			||||||
      when: manual
 | 
					 | 
				
			||||||
      allow_failure: true
 | 
					 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - eval $(ssh-agent -s)
 | 
					    - eval $(ssh-agent -s)
 | 
				
			||||||
    - echo "$SSH_PRIVATE_KEY" | ssh-add -
 | 
					    - echo "$SSH_PRIVATE_KEY" | ssh-add -
 | 
				
			||||||
@@ -138,9 +136,7 @@ Test_Server_2:
 | 
				
			|||||||
    - Debian_Server
 | 
					    - Debian_Server
 | 
				
			||||||
  rules:
 | 
					  rules:
 | 
				
			||||||
    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH # run this always on default branch
 | 
					    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH # run this always on default branch
 | 
				
			||||||
    - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH # allow triggering this manually
 | 
					    - when: manual
 | 
				
			||||||
      when: manual
 | 
					 | 
				
			||||||
      allow_failure: true
 | 
					 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - eval $(ssh-agent -s)
 | 
					    - eval $(ssh-agent -s)
 | 
				
			||||||
    - echo "$SSH_PRIVATE_KEY_2" | ssh-add -
 | 
					    - echo "$SSH_PRIVATE_KEY_2" | ssh-add -
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user