Merge branch 'main' into 'stable'

Update .gitlab-ci.yml file

See merge request veilid/veilid!51
This commit is contained in:
TC Johnson 2023-07-04 19:50:03 +00:00
commit 6fd91c5099

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: