Merge remote-tracking branch 'origin/master'
This commit is contained in:
		
							
								
								
									
										12
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
image: busybox
 | 
			
		||||
 | 
			
		||||
pages:
 | 
			
		||||
  stage: deploy
 | 
			
		||||
  script:
 | 
			
		||||
  - echo 'Nothing to do...'
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
    - public
 | 
			
		||||
    expire_in: 1 day
 | 
			
		||||
  rules:
 | 
			
		||||
    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
 | 
			
		||||
		Reference in New Issue
	
	Block a user