Update .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									60b1a193c8
								
							
						
					
					
						commit
						98b3e210c5
					
				@ -11,24 +11,7 @@ after_script:
 | 
			
		||||
  - echo "After script section"
 | 
			
		||||
  - echo "For example you might do some cleanup here"
 | 
			
		||||
 | 
			
		||||
build1:
 | 
			
		||||
build:
 | 
			
		||||
  stage: build
 | 
			
		||||
  script:
 | 
			
		||||
    - echo "Do your build here"
 | 
			
		||||
 | 
			
		||||
test1:
 | 
			
		||||
  stage: test
 | 
			
		||||
  script:
 | 
			
		||||
    - echo "Do a test here"
 | 
			
		||||
    - echo "For example run a test suite"
 | 
			
		||||
 | 
			
		||||
test2:
 | 
			
		||||
  stage: test
 | 
			
		||||
  script:
 | 
			
		||||
    - echo "Do another parallel test here"
 | 
			
		||||
    - echo "For example run a lint test"
 | 
			
		||||
 | 
			
		||||
deploy1:
 | 
			
		||||
  stage: deploy
 | 
			
		||||
  script:
 | 
			
		||||
    - echo "Do your deploy here"
 | 
			
		||||
    - find . -maxdepth 1 -type d | xargs zip
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user