forked from public/swade-fr-content
		
	Update .gitlab-ci.yml
This commit is contained in:
		
							
								
								
									
										23
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
image: python:3-alpine
 | 
			
		||||
 | 
			
		||||
before_script:
 | 
			
		||||
  - apk update
 | 
			
		||||
  - apk add zip
 | 
			
		||||
 | 
			
		||||
stages:
 | 
			
		||||
  - build
 | 
			
		||||
 | 
			
		||||
build:
 | 
			
		||||
  stage: build
 | 
			
		||||
  script:
 | 
			
		||||
    - zip swade-fr.zip -r module -x ".*"
 | 
			
		||||
  artifacts:
 | 
			
		||||
    expire_in: never
 | 
			
		||||
    name: swade-fr
 | 
			
		||||
    when: on_success
 | 
			
		||||
    paths:
 | 
			
		||||
      - swade-fr.zip
 | 
			
		||||
  when: on_success
 | 
			
		||||
  only:
 | 
			
		||||
    - tags
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user