Merge branch 'main' into 'stable'

Update .gitlab-ci.yml file

See merge request veilid/veilid!52
This commit is contained in:
TC Johnson 2023-07-04 19:52:56 +00:00
commit 682a366ac4

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: