Update .gitlab-ci.yml file
This commit is contained in:
		@@ -66,4 +66,7 @@ deploy-job:      # Deploy docker image on ssh server
 | 
				
			|||||||
trigger_job:
 | 
					trigger_job:
 | 
				
			||||||
  stage: trigger
 | 
					  stage: trigger
 | 
				
			||||||
  trigger:
 | 
					  trigger:
 | 
				
			||||||
    project: bsc/todo-service
 | 
					    project: bsc/todo-service
 | 
				
			||||||
 | 
					    forward: # I nested this keyword under trigger
 | 
				
			||||||
 | 
					      yaml_variables: false # this is the current/default behavior
 | 
				
			||||||
 | 
					      pipeline_variables: false # with this, pipeline UI variables are passed
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user