Ok so the repo building job was able to grab the debs but not the rpms which
makes no sense becuase they're in the same place. More tweaks. [ci skip]
This commit is contained in:
TC Johnson 2025-03-16 20:27:42 -05:00
parent 7e19e80ee5
commit ae9d039964
2 changed files with 1 additions and 2 deletions

View File

@ -339,11 +339,9 @@ dryrun_delete_build_machines:
stage: distribute
needs:
- dryrun_deploy_repos
- dryrun_create_build_machines
tags:
- build-orchestration
script:
- cp config.json /scripts/cicd-python/config.json
- uv --directory scripts/cicd-python sync
- uv --directory scripts/cicd-python run veilid_release_utils.py --delete-build-machine
rules:

View File

@ -19,6 +19,7 @@ echo "Starting deb process"
#tar -xf amd64-debs.tar
#tar -xf arm64-debs.tar
#cp *.deb $HOME/srv/apt/pool/stable/main
echo "Copying debs to $HOME/srv/apt/pool/stable/main"
cp target/packages/*.deb $HOME/srv/apt/pool/stable/main
cd $HOME/srv/apt
echo "Creating Packages file"