update actions

This commit is contained in:
Sergey Zhemoytel 2025-02-02 00:45:48 +03:00
parent cae13f1119
commit 6f0aa308cf

View file

@ -354,9 +354,9 @@ runs:
if: github.ref == 'refs/heads/rosa2016.1' if: github.ref == 'refs/heads/rosa2016.1'
run: | run: |
echo "Deploying src artifacts..." echo "Deploying src artifacts..."
export REPOURL="http://135.181.14.149:8888" export REPOURL="http://newrepo:8888"
for file in /home/builder/rpmbuild/SRPMS/*.rpm; do for file in /home/builder/rpmbuild/SRPMS/*.rpm; do
curl -X POST http://135.181.14.149:8888/src \ curl -X POST ${REPOURL}/src \
-H "Authorization: Bearer ${{ inputs.REPO_DEPLOY }}" \ -H "Authorization: Bearer ${{ inputs.REPO_DEPLOY }}" \
-F "package=@$file" -F "package=@$file"
done done