Update .gitlab-ci.yml
This commit is contained in:
		
							parent
							
								
									a4c778426c
								
							
						
					
					
						commit
						a03026c39d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -26,7 +26,7 @@ build_calendar:
 | 
				
			||||||
  image: "python:3.7-alpine3.8"
 | 
					  image: "python:3.7-alpine3.8"
 | 
				
			||||||
  stage: calendar
 | 
					  stage: calendar
 | 
				
			||||||
  dependencies: 
 | 
					  dependencies: 
 | 
				
			||||||
    - pages
 | 
					    - build_pages
 | 
				
			||||||
  artifacts:
 | 
					  artifacts:
 | 
				
			||||||
    untracked: true
 | 
					    untracked: true
 | 
				
			||||||
  variables:
 | 
					  variables:
 | 
				
			||||||
| 
						 | 
					@ -41,7 +41,7 @@ deploy_staging:
 | 
				
			||||||
  image: "alpine:3.8"
 | 
					  image: "alpine:3.8"
 | 
				
			||||||
  stage: deploy
 | 
					  stage: deploy
 | 
				
			||||||
  dependencies: 
 | 
					  dependencies: 
 | 
				
			||||||
    - calendar
 | 
					    - build_calendar
 | 
				
			||||||
  variables:
 | 
					  variables:
 | 
				
			||||||
    SHELL: "/bin/sh"
 | 
					    SHELL: "/bin/sh"
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue