Update .gitlab-ci.yml file

This commit is contained in:
TC Johnson 2023-07-04 19:49:14 +00:00
parent 7b1cbc410a
commit 284c2f0be2

View File

@ -36,17 +36,6 @@ package_amd64:
- earthly bootstrap
- earthly +package-linux-amd64-deb
- earthly +package-linux-amd64-rpm
init_repos:
stage: distribute
only:
- stable
needs:
- package_amd64
tags:
- linux
- amd64
script:
- /home/gitlab-runner/distribute-packages.sh
deploy_repos: