mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 07:36:08 +00:00 
			
		
		
		
	.gitlab-ci.yml - fixed release
This commit is contained in:
		@@ -275,9 +275,12 @@ release:
 | 
			
		||||
      when: never
 | 
			
		||||
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
 | 
			
		||||
  before_script:
 | 
			
		||||
    - set -a # make variables from "source" command available to release-cli
 | 
			
		||||
    - source version.env
 | 
			
		||||
  script:
 | 
			
		||||
    - echo "Running release-job for $VERSION"
 | 
			
		||||
  after_script:
 | 
			
		||||
    - set +a
 | 
			
		||||
  release:
 | 
			
		||||
    name: $CI_PROJECT_TITLE $version
 | 
			
		||||
    description: Release of $CI_PROJECT_TITLE version $VERSION
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user