Update .gitlab-ci.yml file
This commit is contained in:
		@@ -36,17 +36,6 @@ package_amd64:
 | 
				
			|||||||
    - earthly bootstrap
 | 
					    - earthly bootstrap
 | 
				
			||||||
    - earthly +package-linux-amd64-deb
 | 
					    - earthly +package-linux-amd64-deb
 | 
				
			||||||
    - earthly +package-linux-amd64-rpm
 | 
					    - earthly +package-linux-amd64-rpm
 | 
				
			||||||
 | 
					 | 
				
			||||||
init_repos:
 | 
					 | 
				
			||||||
  stage: distribute
 | 
					 | 
				
			||||||
  only:
 | 
					 | 
				
			||||||
    - stable
 | 
					 | 
				
			||||||
  needs:
 | 
					 | 
				
			||||||
    - package_amd64
 | 
					 | 
				
			||||||
  tags:
 | 
					 | 
				
			||||||
    - linux
 | 
					 | 
				
			||||||
    - amd64
 | 
					 | 
				
			||||||
  script:
 | 
					 | 
				
			||||||
    - /home/gitlab-runner/distribute-packages.sh
 | 
					    - /home/gitlab-runner/distribute-packages.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
deploy_repos:
 | 
					deploy_repos:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user