mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 09:36:10 +00:00 
			
		
		
		
	fixes
This commit is contained in:
		@@ -50,7 +50,6 @@ build:apt:
 | 
				
			|||||||
      variables:
 | 
					      variables:
 | 
				
			||||||
        VERSION: "0.0.1"
 | 
					        VERSION: "0.0.1"
 | 
				
			||||||
  before_script:
 | 
					  before_script:
 | 
				
			||||||
    - echo $VERSION
 | 
					 | 
				
			||||||
    - echo -e "VERSION=$VERSION\nCOMMIT=$CI_COMMIT_SHA" > version.env
 | 
					    - echo -e "VERSION=$VERSION\nCOMMIT=$CI_COMMIT_SHA" > version.env
 | 
				
			||||||
    # install build dependencies
 | 
					    # install build dependencies
 | 
				
			||||||
    - apt-get update -qq && apt-get install -qq -y build-essential
 | 
					    - apt-get update -qq && apt-get install -qq -y build-essential
 | 
				
			||||||
@@ -284,8 +283,6 @@ deploy:apt:
 | 
				
			|||||||
  extends: .deploy
 | 
					  extends: .deploy
 | 
				
			||||||
  image: debian:bookworm-slim
 | 
					  image: debian:bookworm-slim
 | 
				
			||||||
  stage: deploy
 | 
					  stage: deploy
 | 
				
			||||||
  rules:
 | 
					 | 
				
			||||||
    - if: $CI_COMMIT_TAG
 | 
					 | 
				
			||||||
  needs:
 | 
					  needs:
 | 
				
			||||||
    - job: build:apt
 | 
					    - job: build:apt
 | 
				
			||||||
      artifacts: true
 | 
					      artifacts: true
 | 
				
			||||||
@@ -325,8 +322,6 @@ deploy:pacman:
 | 
				
			|||||||
  extends: .deploy
 | 
					  extends: .deploy
 | 
				
			||||||
  image: archlinux:base-devel
 | 
					  image: archlinux:base-devel
 | 
				
			||||||
  stage: deploy
 | 
					  stage: deploy
 | 
				
			||||||
  rules:
 | 
					 | 
				
			||||||
    - if: $CI_COMMIT_TAG
 | 
					 | 
				
			||||||
  needs:
 | 
					  needs:
 | 
				
			||||||
    - job: build:pacman
 | 
					    - job: build:pacman
 | 
				
			||||||
      artifacts: true
 | 
					      artifacts: true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user