Update .gitlab-ci.yml
This commit is contained in:
		@@ -6,7 +6,7 @@ stages:
 | 
			
		||||
build:
 | 
			
		||||
  stage: build
 | 
			
		||||
  script:
 | 
			
		||||
    - cd latest
 | 
			
		||||
    - cd static
 | 
			
		||||
    - docker build --no-cache -t luki42/latex-full:latest .
 | 
			
		||||
 | 
			
		||||
upload:
 | 
			
		||||
@@ -19,19 +19,4 @@ cleanup:
 | 
			
		||||
  stage: cleanup
 | 
			
		||||
  needs: ["upload"]
 | 
			
		||||
  script:
 | 
			
		||||
   - docker system prune -f
 | 
			
		||||
   
 | 
			
		||||
build_full:
 | 
			
		||||
  stage: build
 | 
			
		||||
  script:
 | 
			
		||||
    - cd static
 | 
			
		||||
    - docker build --no-cache -t luki42/latex-full:static .
 | 
			
		||||
  when: manual
 | 
			
		||||
  allow_failure: true
 | 
			
		||||
  
 | 
			
		||||
upload_full:
 | 
			
		||||
  stage: upload
 | 
			
		||||
  script:
 | 
			
		||||
   - docker push luki42/latex-full:static
 | 
			
		||||
  when: manual
 | 
			
		||||
  allow_failure: true
 | 
			
		||||
   - docker system prune -a -f
 | 
			
		||||
		Reference in New Issue
	
	Block a user